diff options
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.198 2014/04/14 16:58:54 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.199 2014/04/16 18:45:51 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 | */ |
@@ -549,8 +549,8 @@ | |||
549 | #define LUAI_UACINT LUA_INTEGER | 549 | #define LUAI_UACINT LUA_INTEGER |
550 | 550 | ||
551 | /* | 551 | /* |
552 | ** use LUAI_UACINT here to avoid problems with promotions (which can change | 552 | ** use LUAI_UACINT here to avoid problems with promotions (which |
553 | ** an unsigned back to a signed type) | 553 | ** can turn a comparison between unsigneds into a signed comparison) |
554 | */ | 554 | */ |
555 | #define LUA_UNSIGNED unsigned LUAI_UACINT | 555 | #define LUA_UNSIGNED unsigned LUAI_UACINT |
556 | 556 | ||