mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
use 32bit int and 3bit float
This commit is contained in:
parent
30982bec96
commit
bbf76c45c3
1 changed files with 2 additions and 2 deletions
|
|
@ -158,8 +158,8 @@
|
|||
#else /* }{ */
|
||||
/* use defaults */
|
||||
|
||||
#define LUA_INT_TYPE LUA_INT_DEFAULT
|
||||
#define LUA_FLOAT_TYPE LUA_FLOAT_DEFAULT
|
||||
#define LUA_INT_TYPE LUA_INT_INT
|
||||
#define LUA_FLOAT_TYPE LUA_FLOAT_FLOAT
|
||||
|
||||
#endif /* } */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue