aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index a5b6086c..aab6a4ec 100644
--- a/lua.h
+++ b/lua.h
@@ -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;
107typedef LUA_INTEGER lua_Integer; 107typedef LUA_INTEGER lua_Integer;
108 108
109/* unsigned integer type */ 109/* unsigned integer type */
110typedef unsigned LUA_INT32 lua_Unsigned; 110typedef LUA_UNSIGNED lua_Unsigned;
111 111
112 112
113 113