aboutsummaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2016-02-26 17:59:43 +0100
committerMike Pall <mike>2016-02-26 18:03:08 +0100
commit18f6aa97fd93df8e9964c2d22f20f16e6b71b72b (patch)
treefad1176f6c01dc1aaf36bafa0b73f22b8e1c37e4 /src/ljamalg.c
parent339a1fd69611e2fd084127ee11a36e57035639d1 (diff)
downloadluajit-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.c1
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"