first implementation of centralized global state.
This commit is contained in:
5
ltable.h
5
ltable.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: ltable.h,v 1.2 1997/09/26 16:46:20 roberto Exp roberto $
|
||||
** $Id: ltable.h,v 1.3 1997/10/18 16:29:15 roberto Exp roberto $
|
||||
** Lua tables (hash)
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -10,9 +10,6 @@
|
||||
#include "lobject.h"
|
||||
|
||||
|
||||
extern GCnode luaH_root;
|
||||
|
||||
|
||||
#define node(t,i) (&(t)->node[i])
|
||||
#define ref(n) (&(n)->ref)
|
||||
#define val(n) (&(n)->val)
|
||||
|
||||
Reference in New Issue
Block a user