aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/luaconf.h b/luaconf.h
index 582b02e3..a9a7e53f 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.133 2010/02/18 19:18:41 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.134 2010/03/03 18:53:02 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*/
@@ -233,13 +233,6 @@
233#define lua_cpcall(L,f,u) \ 233#define lua_cpcall(L,f,u) \
234 (lua_pushlightuserdata(L,(u)), luaL_cpcall(L,(f),1,0)) 234 (lua_pushlightuserdata(L,(u)), luaL_cpcall(L,(f),1,0))
235 235
236/*
237@@ LUA_COMPAT_FENV controls the presence of functions 'setfenv/getfenv'.
238** You can replace them with lexical environments, 'loadin', or the
239** debug library.
240*/
241#define LUA_COMPAT_FENV
242
243 236
244/* 237/*
245@@ LUA_COMPAT_LOG10 defines the function 'log10' in the math library. 238@@ LUA_COMPAT_LOG10 defines the function 'log10' in the math library.