aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index 6c9dab7b..5685e4bf 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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