diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-11-06 11:45:18 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-11-06 11:45:18 -0200 |
| commit | 1385d81d201620f7e72b707ff4f306c1147cf9d6 (patch) | |
| tree | bda9f35035ce3eb97bc9e969ea71fce0148dae4f | |
| parent | 906d5dcc41de55bcdd47d019ec1547e04de60f53 (diff) | |
| download | lua-1385d81d201620f7e72b707ff4f306c1147cf9d6.tar.gz lua-1385d81d201620f7e72b707ff4f306c1147cf9d6.tar.bz2 lua-1385d81d201620f7e72b707ff4f306c1147cf9d6.zip | |
| -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 |
