From eb617df2d87f8476e722ade7319998d7912a6edf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Sep 1997 13:46:20 -0300 Subject: better way to traverse GCnode lists. --- lfunc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lfunc.h') diff --git a/lfunc.h b/lfunc.h index ed5a085b..4a7a6ac9 100644 --- a/lfunc.h +++ b/lfunc.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: lfunc.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ ** Lua Function structures ** See Copyright Notice in lua.h */ @@ -11,8 +11,8 @@ #include "lobject.h" -extern TProtoFunc *luaF_root; -extern Closure *luaF_rootcl; +extern GCnode luaF_root; +extern GCnode luaF_rootcl; TProtoFunc *luaF_newproto (void); -- cgit v1.2.1