diff options
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.106 2009/07/01 16:16:40 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.107 2009/07/15 17:26:14 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -749,7 +749,7 @@ union luai_Cast { double l_d; long l_l; }; | |||
749 | /* | 749 | /* |
750 | @@ LUA_INTFRMLEN is the length modifier for integer conversions | 750 | @@ LUA_INTFRMLEN is the length modifier for integer conversions |
751 | @* in 'string.format'. | 751 | @* in 'string.format'. |
752 | @@ LUA_INTFRM_T is the integer type correspoding to the previous length | 752 | @@ LUA_INTFRM_T is the integer type corresponding to the previous length |
753 | @* modifier. | 753 | @* modifier. |
754 | ** CHANGE them if your system supports long long or does not support long. | 754 | ** CHANGE them if your system supports long long or does not support long. |
755 | */ | 755 | */ |