diff options
Diffstat (limited to 'lfunc.h')
-rw-r--r-- | lfunc.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: lfunc.h,v 1.1 1997/09/16 19:25:59 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,8 +11,8 @@ | |||
11 | #include "lobject.h" | 11 | #include "lobject.h" |
12 | 12 | ||
13 | 13 | ||
14 | extern TProtoFunc *luaF_root; | 14 | extern GCnode luaF_root; |
15 | extern Closure *luaF_rootcl; | 15 | extern GCnode luaF_rootcl; |
16 | 16 | ||
17 | 17 | ||
18 | TProtoFunc *luaF_newproto (void); | 18 | TProtoFunc *luaF_newproto (void); |