From 9107dd115ce2ddf6cee2610daffaf7fb29133d9f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Nov 2009 14:49:28 -0200 Subject: no more compatibility code for 'string.gfind' --- luaconf.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index d39ef106..c68ce3da 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.116 2009/11/24 12:05:44 roberto Exp roberto $ +** $Id: luaconf.h,v 1.117 2009/11/26 11:39:20 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -356,14 +356,6 @@ */ #define LUA_COMPAT_API - -/* -@@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. -** CHANGE it to undefined as soon as you rename 'string.gfind' to -** 'string.gmatch'. -*/ -#define LUA_COMPAT_GFIND - /* @@ LUA_COMPAT_DEBUGLIB controls compatibility with preloading @* the debug library. -- cgit v1.2.3-55-g6feb