|
@@ -2,7 +2,7 @@
|
|
** hash.h
|
|
** hash.h
|
|
** hash manager for lua
|
|
** hash manager for lua
|
|
** Luiz Henrique de Figueiredo - 17 Aug 90
|
|
** Luiz Henrique de Figueiredo - 17 Aug 90
|
|
-** $Id: hash.h,v 2.7 1994/12/20 21:20:36 roberto Exp roberto $
|
|
|
|
|
|
+** $Id: hash.h,v 2.8 1995/01/12 14:19:04 roberto Exp roberto $
|
|
*/
|
|
*/
|
|
|
|
|
|
#ifndef hash_h
|
|
#ifndef hash_h
|
|
@@ -26,7 +26,7 @@ typedef struct Hash
|
|
} Hash;
|
|
} Hash;
|
|
|
|
|
|
|
|
|
|
-Bool lua_equalObj (Object *t1, Object *t2);
|
|
|
|
|
|
+int lua_equalObj (Object *t1, Object *t2);
|
|
Hash *lua_createarray (Word nhash);
|
|
Hash *lua_createarray (Word nhash);
|
|
void lua_hashmark (Hash *h);
|
|
void lua_hashmark (Hash *h);
|
|
Long lua_hashcollector (void);
|
|
Long lua_hashcollector (void);
|