diff options
author | Mike Pall <mike> | 2012-08-25 23:02:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-08-25 23:02:29 +0200 |
commit | 4c882fe71406a923f07c8e9a0b9189036e0ba386 (patch) | |
tree | 22aa3995b5bdc2fce05ba17488799e67abc635ba /src/lj_ir.c | |
parent | 653facd0d5c1a4f7eae43eefbf8148f57e28e606 (diff) | |
download | luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.gz luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.bz2 luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.zip |
Replace strtod() with builtin string to number conversion.
Diffstat (limited to 'src/lj_ir.c')
-rw-r--r-- | src/lj_ir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.c b/src/lj_ir.c index f198a6df..92be4149 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include "lj_carith.h" | 28 | #include "lj_carith.h" |
29 | #endif | 29 | #endif |
30 | #include "lj_vm.h" | 30 | #include "lj_vm.h" |
31 | #include "lj_strscan.h" | ||
31 | #include "lj_lib.h" | 32 | #include "lj_lib.h" |
32 | 33 | ||
33 | /* Some local macros to save typing. Undef'd at the end. */ | 34 | /* Some local macros to save typing. Undef'd at the end. */ |