aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-03-18 15:27:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-03-18 15:27:08 -0300
commit282d67d8fcd3b06e21d27f3acb8f9efdd992c937 (patch)
tree916818b041a6e81dcbca30a504b12890be3eee97 /luaconf.h
parent114d10cbc599e848bd28f5b454ec4f8f823dce37 (diff)
downloadlua-282d67d8fcd3b06e21d27f3acb8f9efdd992c937.tar.gz
lua-282d67d8fcd3b06e21d27f3acb8f9efdd992c937.tar.bz2
lua-282d67d8fcd3b06e21d27f3acb8f9efdd992c937.zip
bitlib has been deprecated
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*/