summaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-26 16:53:45 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-26 16:53:45 -0200
commit9ae0c082a350a0685a51da0f7bee3266d5c74e79 (patch)
tree08df45369191945693df85ddebb891ca9ebe9f4d /ltable.h
parentaccd7bc25355be4350db6d117515c672121a67f2 (diff)
downloadlua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.gz
lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.bz2
lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.zip
small details by lint.
Diffstat (limited to 'ltable.h')
-rw-r--r--ltable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltable.h b/ltable.h
index 4fb66a91..06cf17c3 100644
--- a/ltable.h
+++ b/ltable.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltable.h,v 1.3 1997/10/18 16:29:15 roberto Exp roberto $ 2** $Id: ltable.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $
3** Lua tables (hash) 3** Lua tables (hash)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,7 +16,6 @@
16#define nhash(t) ((t)->nhash) 16#define nhash(t) ((t)->nhash)
17 17
18Hash *luaH_new (int nhash); 18Hash *luaH_new (int nhash);
19void luaH_callIM (Hash *l);
20void luaH_free (Hash *frees); 19void luaH_free (Hash *frees);
21TObject *luaH_get (Hash *t, TObject *ref); 20TObject *luaH_get (Hash *t, TObject *ref);
22TObject *luaH_set (Hash *t, TObject *ref); 21TObject *luaH_set (Hash *t, TObject *ref);