diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.83 2006/08/04 13:34:37 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.84 2006/08/07 19:14:30 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 | */ |
@@ -343,14 +343,6 @@ | |||
343 | #define LUA_COMPAT_MOD | 343 | #define LUA_COMPAT_MOD |
344 | 344 | ||
345 | /* | 345 | /* |
346 | @@ LUA_COMPAT_LSTR controls compatibility with old long string nesting | ||
347 | @* facility. | ||
348 | ** CHANGE it to 2 if you want the old behaviour, or undefine it to turn | ||
349 | ** off the advisory error when nesting [[...]]. | ||
350 | */ | ||
351 | #define LUA_COMPAT_LSTR 1 | ||
352 | |||
353 | /* | ||
354 | @@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. | 346 | @@ LUA_COMPAT_GFIND controls compatibility with old 'string.gfind' name. |
355 | ** CHANGE it to undefined as soon as you rename 'string.gfind' to | 347 | ** CHANGE it to undefined as soon as you rename 'string.gfind' to |
356 | ** 'string.gmatch'. | 348 | ** 'string.gmatch'. |