From 6087e67771d67a04efc1a067661ccd3a0d4ce40a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Aug 2006 10:19:58 -0300 Subject: no more compatibility option for long strings --- luaconf.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 2c3bf6e0..e9489dcd 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.83 2006/08/04 13:34:37 roberto Exp roberto $ +** $Id: luaconf.h,v 1.84 2006/08/07 19:14:30 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -342,14 +342,6 @@ */ #define LUA_COMPAT_MOD -/* -@@ LUA_COMPAT_LSTR controls compatibility with old long string nesting -@* facility. -** CHANGE it to 2 if you want the old behaviour, or undefine it to turn -** off the advisory error when nesting [[...]]. -*/ -#define LUA_COMPAT_LSTR 1 - /* @@ 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