summaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 075ab1f2..66759701 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.190 2014/02/26 15:27:56 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.191 2014/03/06 16:15:18 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*/
@@ -248,6 +248,11 @@
248#if defined(LUA_COMPAT_ALL) /* { */ 248#if defined(LUA_COMPAT_ALL) /* { */
249 249
250/* 250/*
251@@ LUA_COMPAT_BITLIB controls the presence of library 'bit32'.
252*/
253#define LUA_COMPAT_BITLIB
254
255/*
251@@ LUA_COMPAT_UNPACK controls the presence of global 'unpack'. 256@@ LUA_COMPAT_UNPACK controls the presence of global 'unpack'.
252** You can replace it with 'table.unpack'. 257** You can replace it with 'table.unpack'.
253*/ 258*/