aboutsummaryrefslogtreecommitdiff
path: root/func.h
diff options
context:
space:
mode:
Diffstat (limited to 'func.h')
-rw-r--r--func.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/func.h b/func.h
index d8d339bc..74e954c7 100644
--- a/func.h
+++ b/func.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: func.h,v 1.7 1996/03/08 12:04:04 roberto Exp roberto $
3*/ 3*/
4 4
5#ifndef func_h 5#ifndef func_h
@@ -7,6 +7,7 @@
7 7
8#include "types.h" 8#include "types.h"
9#include "lua.h" 9#include "lua.h"
10#include "tree.h"
10 11
11typedef struct LocVar 12typedef struct LocVar
12{ 13{
@@ -33,6 +34,7 @@ Long luaI_funccollector (void);
33void luaI_insertfunction (TFunc *f); 34void luaI_insertfunction (TFunc *f);
34 35
35void luaI_initTFunc (TFunc *f); 36void luaI_initTFunc (TFunc *f);
37void luaI_freefunc (TFunc *f);
36 38
37void luaI_registerlocalvar (TaggedString *varname, int line); 39void luaI_registerlocalvar (TaggedString *varname, int line);
38void luaI_unregisterlocalvar (int line); 40void luaI_unregisterlocalvar (int line);