From bf96d3fdd9ee477faa774734453c27535a36b16f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 19 Sep 2005 10:49:12 -0300 Subject: 'string.find' as it was in 5.0 --- luaconf.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 62ca2c8f..c4bd3d51 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.66 2005/09/14 17:23:03 roberto Exp roberto $ +** $Id: luaconf.h,v 1.67 2005/09/14 17:44:48 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -315,13 +315,6 @@ */ #define LUA_COMPAT_LSTR 1 -/* -@@ LUA_COMPAT_FIND controls compatibility with old 'string.find' behavior. -** CHANGE it to undefined as soon as your programs use 'string.find' only -** to find patterns. -*/ -#define LUA_COMPAT_FIND - /* @@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. ** CHANGE it to undefined as soon as you rename 'string.gfind' to @@ -329,7 +322,6 @@ */ #define LUA_COMPAT_GFIND - /* @@ LUA_COMPAT_OPENLIB controls compatibility with old 'luaL_openlib' @* behavior. -- cgit v1.2.3-55-g6feb