diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $ |
| 3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -163,6 +163,7 @@ extern char *luaO_typenames[]; | |||
| 163 | int luaO_equalObj (TObject *t1, TObject *t2); | 163 | int luaO_equalObj (TObject *t1, TObject *t2); |
| 164 | int luaO_redimension (int oldsize); | 164 | int luaO_redimension (int oldsize); |
| 165 | int luaO_findstring (char *name, char *list[]); | 165 | int luaO_findstring (char *name, char *list[]); |
| 166 | void luaO_insertlist (GCnode *root, GCnode *node); | ||
| 166 | 167 | ||
| 167 | 168 | ||
| 168 | #endif | 169 | #endif |
