aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-19 11:31:12 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-19 11:31:12 -0200
commit570143bf886f317a3081ff23993f914e1144637d (patch)
tree1c1d9d527e370e13e42bb93db716c1ed316d4744 /luaconf.h
parent1465edf341431cc24777ee2e3be5a78ac1c8206a (diff)
downloadlua-570143bf886f317a3081ff23993f914e1144637d.tar.gz
lua-570143bf886f317a3081ff23993f914e1144637d.tar.bz2
lua-570143bf886f317a3081ff23993f914e1144637d.zip
comment
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index dc5c3f36..082af665 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.234 2014/12/16 16:20:01 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.235 2014/12/16 17:17:30 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*/
@@ -109,7 +109,7 @@
109 109
110#if defined(LUA_32BITS) /* { */ 110#if defined(LUA_32BITS) /* { */
111/* 111/*
112** Small Lua (32-bit integers and 'float') 112** 32-bit integers and 'float'
113*/ 113*/
114#if LUAI_BITSINT >= 32 /* use 'int' if big enough */ 114#if LUAI_BITSINT >= 32 /* use 'int' if big enough */
115#define LUA_INT_INT 115#define LUA_INT_INT