diff options
author | Mike Pall <mike> | 2016-02-26 17:59:43 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2016-02-26 18:03:08 +0100 |
commit | 18f6aa97fd93df8e9964c2d22f20f16e6b71b72b (patch) | |
tree | fad1176f6c01dc1aaf36bafa0b73f22b8e1c37e4 /src/ljamalg.c | |
parent | 339a1fd69611e2fd084127ee11a36e57035639d1 (diff) | |
download | luajit-18f6aa97fd93df8e9964c2d22f20f16e6b71b72b.tar.gz luajit-18f6aa97fd93df8e9964c2d22f20f16e6b71b72b.tar.bz2 luajit-18f6aa97fd93df8e9964c2d22f20f16e6b71b72b.zip |
Use internal implementation for converting FP numbers to strings.
Contributed by Peter Cawley.
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r-- | src/ljamalg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index be0c52d7..93b81f2a 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -46,6 +46,7 @@ | |||
46 | #include "lj_vmmath.c" | 46 | #include "lj_vmmath.c" |
47 | #include "lj_strscan.c" | 47 | #include "lj_strscan.c" |
48 | #include "lj_strfmt.c" | 48 | #include "lj_strfmt.c" |
49 | #include "lj_strfmt_num.c" | ||
49 | #include "lj_api.c" | 50 | #include "lj_api.c" |
50 | #include "lj_profile.c" | 51 | #include "lj_profile.c" |
51 | #include "lj_lex.c" | 52 | #include "lj_lex.c" |