From 9ae0c082a350a0685a51da0f7bee3266d5c74e79 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 26 Nov 1997 16:53:45 -0200 Subject: small details by lint. --- ltable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltable.h') diff --git a/ltable.h b/ltable.h index 4fb66a91..06cf17c3 100644 --- a/ltable.h +++ b/ltable.h @@ -1,5 +1,5 @@ /* -** $Id: ltable.h,v 1.3 1997/10/18 16:29:15 roberto Exp roberto $ +** $Id: ltable.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -16,7 +16,6 @@ #define nhash(t) ((t)->nhash) Hash *luaH_new (int nhash); -void luaH_callIM (Hash *l); void luaH_free (Hash *frees); TObject *luaH_get (Hash *t, TObject *ref); TObject *luaH_set (Hash *t, TObject *ref); -- cgit v1.2.3-55-g6feb