From 064e406f67c0153999a5246deb1d616b06ee9bb0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Mar 2010 17:58:11 -0300 Subject: no more fenvs! --- luaconf.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 582b02e3..a9a7e53f 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.133 2010/02/18 19:18:41 roberto Exp roberto $ +** $Id: luaconf.h,v 1.134 2010/03/03 18:53:02 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -233,13 +233,6 @@ #define lua_cpcall(L,f,u) \ (lua_pushlightuserdata(L,(u)), luaL_cpcall(L,(f),1,0)) -/* -@@ LUA_COMPAT_FENV controls the presence of functions 'setfenv/getfenv'. -** You can replace them with lexical environments, 'loadin', or the -** debug library. -*/ -#define LUA_COMPAT_FENV - /* @@ LUA_COMPAT_LOG10 defines the function 'log10' in the math library. -- cgit v1.2.3-55-g6feb