aboutsummaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luaconf.h')
-rw-r--r--src/luaconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index dfb79e19..5c29d4f3 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -98,7 +98,6 @@
98#define LUA_NUMBER_FMT "%.14g" 98#define LUA_NUMBER_FMT "%.14g"
99#define lua_number2str(s, n) sprintf((s), LUA_NUMBER_FMT, (n)) 99#define lua_number2str(s, n) sprintf((s), LUA_NUMBER_FMT, (n))
100#define LUAI_MAXNUMBER2STR 32 100#define LUAI_MAXNUMBER2STR 32
101#define lua_str2number(s, p) strtod((s), (p))
102#define LUA_INTFRMLEN "l" 101#define LUA_INTFRMLEN "l"
103#define LUA_INTFRM_T long 102#define LUA_INTFRM_T long
104 103