aboutsummaryrefslogtreecommitdiff
path: root/func.h
diff options
context:
space:
mode:
Diffstat (limited to 'func.h')
-rw-r--r--func.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/func.h b/func.h
index 8d2d124d..56066a47 100644
--- a/func.h
+++ b/func.h
@@ -12,6 +12,10 @@ typedef struct TFunc
12 char marked; 12 char marked;
13 int size; 13 int size;
14 Byte *code; 14 Byte *code;
15 int lineDefined;
16 char *name1; /* function or method name (or null if main) */
17 char *name2; /* object name (or null if not method) */
18 char *fileName;
15} TFunc; 19} TFunc;
16 20
17Long luaI_funccollector (void); 21Long luaI_funccollector (void);