diff options
Diffstat (limited to '')
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.274 2010/09/03 14:14:01 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.275 2010/10/25 20:31:11 roberto Exp roberto $ |
3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -107,7 +107,7 @@ typedef LUA_NUMBER lua_Number; | |||
107 | typedef LUA_INTEGER lua_Integer; | 107 | typedef LUA_INTEGER lua_Integer; |
108 | 108 | ||
109 | /* unsigned integer type */ | 109 | /* unsigned integer type */ |
110 | typedef unsigned LUA_INT32 lua_Unsigned; | 110 | typedef LUA_UNSIGNED lua_Unsigned; |
111 | 111 | ||
112 | 112 | ||
113 | 113 | ||