summaryrefslogtreecommitdiff
path: root/src/lj_ir.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/lj_ir.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/lj_ir.c')
-rw-r--r--src/lj_ir.c1
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. */