diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-04-17 11:41:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-04-17 11:41:11 -0300 |
commit | 0172c9552cb3e93d75ddf07ede874293b7313104 (patch) | |
tree | 0bdcc8091e0908219323b8dc9951077e860bafe9 | |
parent | 3d4913f7030e3b805de880aa1059d16fc92a8350 (diff) | |
download | lua-0172c9552cb3e93d75ddf07ede874293b7313104.tar.gz lua-0172c9552cb3e93d75ddf07ede874293b7313104.tar.bz2 lua-0172c9552cb3e93d75ddf07ede874293b7313104.zip |
comment
-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 | ||