small details by lint.
This commit is contained in:
3
ltable.h
3
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);
|
||||
|
||||
Reference in New Issue
Block a user