diff options
Diffstat (limited to 'lfunc.h')
-rw-r--r-- | lfunc.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lfunc.h,v 1.2 1997/09/26 16:46:20 roberto Exp roberto $ | 2 | ** $Id: lfunc.h,v 1.3 1997/10/24 17:17:24 roberto Exp roberto $ |
3 | ** Lua Function structures | 3 | ** Lua Function structures |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -11,9 +11,6 @@ | |||
11 | #include "lobject.h" | 11 | #include "lobject.h" |
12 | 12 | ||
13 | 13 | ||
14 | extern GCnode luaF_root; | ||
15 | extern GCnode luaF_rootcl; | ||
16 | |||
17 | 14 | ||
18 | TProtoFunc *luaF_newproto (void); | 15 | TProtoFunc *luaF_newproto (void); |
19 | Closure *luaF_newclosure (int nelems); | 16 | Closure *luaF_newclosure (int nelems); |