aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/luaconf.h b/luaconf.h
index d39ef106..c68ce3da 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.116 2009/11/24 12:05:44 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.117 2009/11/26 11:39:20 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*/
@@ -356,14 +356,6 @@
356*/ 356*/
357#define LUA_COMPAT_API 357#define LUA_COMPAT_API
358 358
359
360/*
361@@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name.
362** CHANGE it to undefined as soon as you rename 'string.gfind' to
363** 'string.gmatch'.
364*/
365#define LUA_COMPAT_GFIND
366
367/* 359/*
368@@ LUA_COMPAT_DEBUGLIB controls compatibility with preloading 360@@ LUA_COMPAT_DEBUGLIB controls compatibility with preloading
369@* the debug library. 361@* the debug library.