diff options
-rw-r--r-- | lbaselib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.15 2000/10/27 16:15:53 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.16 2000/10/31 13:10:24 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -556,7 +556,7 @@ static const struct luaL_reg deprecated_names [num_deprecated] = { | |||
556 | }; | 556 | }; |
557 | 557 | ||
558 | 558 | ||
559 | #ifdef LUA_DEPRECATETFUNCS | 559 | #ifdef LUA_DEPRECATEDFUNCS |
560 | 560 | ||
561 | /* | 561 | /* |
562 | ** call corresponding function inserting `globals' as first argument | 562 | ** call corresponding function inserting `globals' as first argument |