commit 0172c9552cb3e93d75ddf07ede874293b7313104 parent 3d4913f7030e3b805de880aa1059d16fc92a8350 Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Thu, 17 Apr 2014 11:40:46 -0300 comment Diffstat:
M | luaconf.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/luaconf.h b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.198 2014/04/14 16:58:54 roberto Exp roberto $ +** $Id: luaconf.h,v 1.199 2014/04/16 18:45:51 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -549,8 +549,8 @@ #define LUAI_UACINT LUA_INTEGER /* -** use LUAI_UACINT here to avoid problems with promotions (which can change -** an unsigned back to a signed type) +** use LUAI_UACINT here to avoid problems with promotions (which +** can turn a comparison between unsigneds into a signed comparison) */ #define LUA_UNSIGNED unsigned LUAI_UACINT