summaryrefslogtreecommitdiff
path: root/src/luaconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/luaconf.h.in')
-rw-r--r--src/luaconf.h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/luaconf.h.in b/src/luaconf.h.in
index a3f46b3..afc64e2 100644
--- a/src/luaconf.h.in
+++ b/src/luaconf.h.in
@@ -1,5 +1,5 @@
/*
-** $Id: luaconf.h,v 1.176.1.1 2013/04/12 18:48:47 roberto Exp $
+** $Id: luaconf.h,v 1.176.1.2 2013/11/21 17:26:16 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -42,6 +42,7 @@
#cmakedefine LUA_USE_ISATTY
#cmakedefine LUA_USE_POPEN
#cmakedefine LUA_USE_ULONGJMP
+#cmakedefine LUA_USE_GMTIME_R
/*
@@ -272,7 +273,7 @@
/*
-@@ LUA_INT32 is an signed integer with exactly 32 bits.
+@@ LUA_INT32 is a signed integer with exactly 32 bits.
@@ LUAI_UMEM is an unsigned integer big enough to count the total
@* memory used by Lua.
@@ LUAI_MEM is a signed integer big enough to count the total memory
@@ -296,7 +297,7 @@
/*
@@ LUAI_MAXSTACK limits the size of the Lua stack.
** CHANGE it if you need a different limit. This limit is arbitrary;
-** its only purpose is to stop Lua to consume unlimited stack
+** its only purpose is to stop Lua from consuming unlimited stack
** space (and to reserve some numbers for pseudo-indices).
*/
#if LUAI_BITSINT >= 32