diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-07-09 15:31:35 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-07-09 15:31:35 -0300 |
commit | b5f5fcd78251300aee44d958b9ac000fa05e0478 (patch) | |
tree | 70537d3f4396b8ebf4773c559766c6358705aaaf /lua.h | |
parent | 2ef9bcfd118f263c06abfe2c04fe79a530ebe163 (diff) | |
download | lua-b5f5fcd78251300aee44d958b9ac000fa05e0478.tar.gz lua-b5f5fcd78251300aee44d958b9ac000fa05e0478.tar.bz2 lua-b5f5fcd78251300aee44d958b9ac000fa05e0478.zip |
use different constants (instead of different values for the same constant)
to define number sizes (LUA_INT_INT/LUA_INT_LONG/LUA_INT_LONGLONG and
LUA_REAL_FLOAT/LUA_REAL_DOUBLE/LUA_REAL_LONGDOUBLE) + use __int64 and
I64 instead of long long (and ll) for Windows
Diffstat (limited to 'lua.h')
0 files changed, 0 insertions, 0 deletions