From 0dc09cb42e558aabf9ffca397b5588e6ee2fecfa Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 28 Dec 2009 14:30:31 -0200 Subject: 'unpack' moved to table library (and therefore "renamed" to 'table.unpack'. --- luaconf.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 0768c9f4..4a9703ab 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.124 2009/12/17 13:08:51 roberto Exp roberto $ +** $Id: luaconf.h,v 1.125 2009/12/22 16:47:00 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -205,6 +205,13 @@ ** =================================================================== */ +/* +@@ LUA_COMPAT_UNPACK controls the presence of global 'unpack'. +** CHANGE it (define it) if you have not replaced its uses with +** 'table.unpack'. +*/ +/* #define LUA_COMPAT_UNPACK */ + /* @@ LUA_COMPAT_CPCALL controls the presence of function 'lua_cpcall'. ** CHANGE it (define it) if you need this function. (You can replace -- cgit v1.2.3-55-g6feb