diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 1.19 1998/05/18 22:26:03 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.20 1998/06/11 18:21:37 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 | */ |
@@ -196,7 +196,6 @@ extern TObject luaO_nilobject; | |||
196 | 196 | ||
197 | int luaO_equalObj (TObject *t1, TObject *t2); | 197 | int luaO_equalObj (TObject *t1, TObject *t2); |
198 | int luaO_redimension (int oldsize); | 198 | int luaO_redimension (int oldsize); |
199 | int luaO_findstring (char *name, char *list[]); | ||
200 | void luaO_insertlist (GCnode *root, GCnode *node); | 199 | void luaO_insertlist (GCnode *root, GCnode *node); |
201 | 200 | ||
202 | #ifdef OLD_ANSI | 201 | #ifdef OLD_ANSI |