Skip to content

Commit a1bd364

Browse files
committed
Reorganized location for ltoa header file
This commit moves the ltoa.h header file directly into the vendor directory, for consistency with other vendored sources. It also adds the file as a build dependency.
1 parent 7a8c351 commit a1bd364

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

ext/json/ext/fbuffer/fbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "ruby.h"
55
#include "ruby/encoding.h"
6-
#include "../vendor/jeaiii/ltoa.h"
6+
#include "../vendor/jeaiii-ltoa.h"
77

88
/* shims */
99
/* This is the fallback definition from Ruby 3.4 */

ext/json/ext/generator/depend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
generator.o: generator.c $(srcdir)/../fbuffer/fbuffer.h
22
generator.o: generator.c $(srcdir)/../vendor/fpconv.c
3+
generator.o: generator.c $(srcdir)/../vendor/jeaiii-ltoa.h
File renamed without changes.

0 commit comments

Comments
 (0)