diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-26 16:53:45 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-26 16:53:45 -0200 |
commit | 9ae0c082a350a0685a51da0f7bee3266d5c74e79 (patch) | |
tree | 08df45369191945693df85ddebb891ca9ebe9f4d /ltable.h | |
parent | accd7bc25355be4350db6d117515c672121a67f2 (diff) | |
download | lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.gz lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.bz2 lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.zip |
small details by lint.
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 | ||
18 | Hash *luaH_new (int nhash); | 18 | Hash *luaH_new (int nhash); |
19 | void luaH_callIM (Hash *l); | ||
20 | void luaH_free (Hash *frees); | 19 | void luaH_free (Hash *frees); |
21 | TObject *luaH_get (Hash *t, TObject *ref); | 20 | TObject *luaH_get (Hash *t, TObject *ref); |
22 | TObject *luaH_set (Hash *t, TObject *ref); | 21 | TObject *luaH_set (Hash *t, TObject *ref); |