aboutsummaryrefslogtreecommitdiff
path: root/lfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lfunc.h')
-rw-r--r--lfunc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lfunc.h b/lfunc.h
index b6e14e26..72fcafad 100644
--- a/lfunc.h
+++ b/lfunc.h
@@ -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
14extern GCnode luaF_root;
15extern GCnode luaF_rootcl;
16
17 14
18TProtoFunc *luaF_newproto (void); 15TProtoFunc *luaF_newproto (void);
19Closure *luaF_newclosure (int nelems); 16Closure *luaF_newclosure (int nelems);