diff options
Diffstat (limited to 'src/luaconf.js')
-rw-r--r-- | src/luaconf.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/luaconf.js b/src/luaconf.js index 278173d..84cf354 100644 --- a/src/luaconf.js +++ b/src/luaconf.js @@ -1,5 +1,11 @@ "use strict"; +/* +@@ LUA_COMPAT_FLOATSTRING makes Lua format integral floats without a +@@ a float mark ('.0'). +** This macro is not on by default even in compatibility mode, +** because this is not really an incompatibility. +*/ const LUA_COMPAT_FLOATSTRING = false; const LUA_MAXINTEGER = 2147483647; |