diff options
| -rw-r--r-- | table.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Module to control static tables | 2 | ** Module to control static tables |
| 3 | ** TeCGraf - PUC-Rio | 3 | ** TeCGraf - PUC-Rio |
| 4 | ** $Id: table.h,v 2.23 1997/03/31 14:02:58 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.24 1997/04/07 14:48:53 roberto Exp roberto $ |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef table_h | 7 | #ifndef table_h |
| @@ -33,7 +33,6 @@ void luaI_nextvar (void); | |||
| 33 | TaggedString *luaI_createfixedstring (char *str); | 33 | TaggedString *luaI_createfixedstring (char *str); |
| 34 | int lua_markobject (TObject *o); | 34 | int lua_markobject (TObject *o); |
| 35 | int luaI_ismarked (TObject *o); | 35 | int luaI_ismarked (TObject *o); |
| 36 | Long luaI_collectgarbage (void); | ||
| 37 | void lua_pack (void); | 36 | void lua_pack (void); |
| 38 | 37 | ||
| 39 | 38 | ||
