aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index b42da518..1ac64328 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -138,7 +138,7 @@
138/* 138/*
139@@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats. 139@@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats.
140*/ 140*/
141#define LUA_32BITS 0 141/* #define LUA_32BITS */
142 142
143 143
144/* 144/*
@@ -153,7 +153,7 @@
153#endif 153#endif
154 154
155 155
156#if LUA_32BITS /* { */ 156#if defined(LUA_32BITS) /* { */
157/* 157/*
158** 32-bit integers and 'float' 158** 32-bit integers and 'float'
159*/ 159*/