diff options
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.81 2006/02/10 17:44:06 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.82 2006/04/10 18:27:23 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 | */ |
@@ -360,7 +360,7 @@ | |||
360 | /* | 360 | /* |
361 | @@ LUA_COMPAT_OPENLIB controls compatibility with old 'luaL_openlib' | 361 | @@ LUA_COMPAT_OPENLIB controls compatibility with old 'luaL_openlib' |
362 | @* behavior. | 362 | @* behavior. |
363 | ** CHANGE it to undefined as soon as you replace to 'luaL_registry' | 363 | ** CHANGE it to undefined as soon as you replace to 'luaL_register' |
364 | ** your uses of 'luaL_openlib' | 364 | ** your uses of 'luaL_openlib' |
365 | */ | 365 | */ |
366 | #define LUA_COMPAT_OPENLIB | 366 | #define LUA_COMPAT_OPENLIB |