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 9da44ea5..a848f2e0 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.102 2009/02/18 13:17:10 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.103 2009/02/20 13:50:27 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*/
@@ -352,13 +352,6 @@
352 352
353 353
354/* 354/*
355@@ LUA_COMPAT_VARARG controls compatibility with old vararg feature.
356** CHANGE it to undefined as soon as your programs use only '...' to
357** access vararg parameters (instead of the old 'arg' table).
358*/
359#define LUA_COMPAT_VARARG
360
361/*
362@@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. 355@@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name.
363** CHANGE it to undefined as soon as you rename 'string.gfind' to 356** CHANGE it to undefined as soon as you rename 'string.gfind' to
364** 'string.gmatch'. 357** 'string.gmatch'.