aboutsummaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.h b/hash.h
index ba94dd99..cfb0ee5c 100644
--- a/hash.h
+++ b/hash.h
@@ -2,7 +2,7 @@
2** hash.h 2** hash.h
3** hash manager for lua 3** hash manager for lua
4** Luiz Henrique de Figueiredo - 17 Aug 90 4** Luiz Henrique de Figueiredo - 17 Aug 90
5** $Id: hash.h,v 2.4 1994/09/08 16:51:49 celes Exp roberto $ 5** $Id: hash.h,v 2.5 1994/11/14 18:41:15 roberto Exp roberto $
6*/ 6*/
7 7
8#ifndef hash_h 8#ifndef hash_h
@@ -27,7 +27,7 @@ typedef struct Hash
27int lua_equalObj (Object *t1, Object *t2); 27int lua_equalObj (Object *t1, Object *t2);
28Hash *lua_createarray (int nhash); 28Hash *lua_createarray (int nhash);
29void lua_hashmark (Hash *h); 29void lua_hashmark (Hash *h);
30void lua_hashcollector (void); 30int lua_hashcollector (void);
31Object *lua_hashget (Hash *t, Object *ref); 31Object *lua_hashget (Hash *t, Object *ref);
32Object *lua_hashdefine (Hash *t, Object *ref); 32Object *lua_hashdefine (Hash *t, Object *ref);
33void lua_next (void); 33void lua_next (void);