@@ -1,5 +1,5 @@
/*
** $Id: $
** $Id: ltable.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
@@ -10,7 +10,7 @@
#include "lobject.h"
extern Hash *luaH_root;
extern GCnode luaH_root;
#define node(t,i) (&(t)->node[i])
The note is not visible to the blocked user.