This commit is contained in:
Roberto Ierusalimschy
2014-04-17 11:41:11 -03:00
parent 3d4913f703
commit 0172c9552c

View File

@@ -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 ** Configuration file for Lua
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */
@@ -549,8 +549,8 @@
#define LUAI_UACINT LUA_INTEGER #define LUAI_UACINT LUA_INTEGER
/* /*
** use LUAI_UACINT here to avoid problems with promotions (which can change ** use LUAI_UACINT here to avoid problems with promotions (which
** an unsigned back to a signed type) ** can turn a comparison between unsigneds into a signed comparison)
*/ */
#define LUA_UNSIGNED unsigned LUAI_UACINT #define LUA_UNSIGNED unsigned LUAI_UACINT