From 544eeb1f9c1fb66926fff895598d03bc5ccf96cc Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 7 Dec 1999 10:05:34 -0200 Subject: details --- ltable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltable.h') diff --git a/ltable.h b/ltable.h index b9096627..e678533e 100644 --- a/ltable.h +++ b/ltable.h @@ -1,5 +1,5 @@ /* -** $Id: ltable.h,v 1.16 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: ltable.h,v 1.17 1999/11/23 13:58:02 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -26,7 +26,7 @@ const TObject *luaH_getint (lua_State *L, const Hash *t, int key); unsigned long luaH_hash (lua_State *L, const TObject *key); /* exported only for debugging */ -Node *luaH_mainposition (lua_State *L, const Hash *t, const TObject *key); +Node *luaH_mainposition (const Hash *t, const TObject *key); #endif -- cgit v1.2.3-55-g6feb