summaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2012-08-25 23:02:29 +0200
committerMike Pall <mike>2012-08-25 23:02:29 +0200
commit4c882fe71406a923f07c8e9a0b9189036e0ba386 (patch)
tree22aa3995b5bdc2fce05ba17488799e67abc635ba /src/ljamalg.c
parent653facd0d5c1a4f7eae43eefbf8148f57e28e606 (diff)
downloadluajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.gz
luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.bz2
luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.zip
Replace strtod() with builtin string to number conversion.
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 b1124464..a64c9429 100644
--- a/src/ljamalg.c
+++ b/src/ljamalg.c
@@ -43,6 +43,7 @@
43#include "lj_dispatch.c" 43#include "lj_dispatch.c"
44#include "lj_vmevent.c" 44#include "lj_vmevent.c"
45#include "lj_vmmath.c" 45#include "lj_vmmath.c"
46#include "lj_strscan.c"
46#include "lj_api.c" 47#include "lj_api.c"
47#include "lj_lex.c" 48#include "lj_lex.c"
48#include "lj_parse.c" 49#include "lj_parse.c"