From 3dbf30540892b4b9c86e0cb663069cd478a0c900 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Mar 2009 09:57:01 -0300 Subject: no more support for old-style varargs --- luaconf.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 9da44ea5..a848f2e0 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.102 2009/02/18 13:17:10 roberto Exp roberto $ +** $Id: luaconf.h,v 1.103 2009/02/20 13:50:27 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -351,13 +351,6 @@ #define LUA_COMPAT_API -/* -@@ LUA_COMPAT_VARARG controls compatibility with old vararg feature. -** CHANGE it to undefined as soon as your programs use only '...' to -** access vararg parameters (instead of the old 'arg' table). -*/ -#define LUA_COMPAT_VARARG - /* @@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. ** CHANGE it to undefined as soon as you rename 'string.gfind' to -- cgit v1.2.3-55-g6feb