first implementation of centralized global state.
This commit is contained in:
5
lfunc.h
5
lfunc.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lfunc.h,v 1.2 1997/09/26 16:46:20 roberto Exp roberto $
|
||||
** $Id: lfunc.h,v 1.3 1997/10/24 17:17:24 roberto Exp roberto $
|
||||
** Lua Function structures
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -11,9 +11,6 @@
|
||||
#include "lobject.h"
|
||||
|
||||
|
||||
extern GCnode luaF_root;
|
||||
extern GCnode luaF_rootcl;
|
||||
|
||||
|
||||
TProtoFunc *luaF_newproto (void);
|
||||
Closure *luaF_newclosure (int nelems);
|
||||
|
||||
Reference in New Issue
Block a user