conf file

This commit is contained in:
Matthew Kennedy 2021-04-27 15:07:10 -07:00 committed by rusefillc
parent 6443185167
commit 6358252183
1 changed files with 3 additions and 3 deletions

View File

@ -115,14 +115,14 @@
/* Default configuration ('long long' and 'double', for 64-bit Lua) */
#define LUA_INT_DEFAULT LUA_INT_LONGLONG
#define LUA_FLOAT_DEFAULT LUA_FLOAT_DOUBLE
#define LUA_INT_DEFAULT LUA_INT_INT
#define LUA_FLOAT_DEFAULT LUA_FLOAT_FLOAT
/*
@@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats.
*/
#define LUA_32BITS 0
#define LUA_32BITS 1
/*