diff options
Diffstat (limited to 'func.h')
-rw-r--r-- | func.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
17 | Long luaI_funccollector (void); | 21 | Long luaI_funccollector (void); |