diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.43 2005/04/07 13:52:45 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.44 2005/04/25 19:24:10 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 | */ |
@@ -267,6 +267,13 @@ | |||
267 | */ | 267 | */ |
268 | #define LUA_COMPAT_VARARG 1 | 268 | #define LUA_COMPAT_VARARG 1 |
269 | 269 | ||
270 | /* | ||
271 | @@ LUA_COMPAT_LSTR controls compatibility with old long string nesting | ||
272 | @* facility. | ||
273 | ** CHANGE it to 2 if you want the old behaviour, or undefine it to turn | ||
274 | ** off the advisory error when nesting [[...]]. | ||
275 | */ | ||
276 | #define LUA_COMPAT_LSTR 1 | ||
270 | 277 | ||
271 | /* | 278 | /* |
272 | @@ luai_apicheck is the assert macro used by the Lua-C API. | 279 | @@ luai_apicheck is the assert macro used by the Lua-C API. |