diff options
Diffstat (limited to 'func.h')
| -rw-r--r-- | func.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ typedef struct LocVar | |||
| 17 | typedef struct TFunc | 17 | typedef struct TFunc |
| 18 | { | 18 | { |
| 19 | struct TFunc *next; | 19 | struct TFunc *next; |
| 20 | char marked; | 20 | int marked; |
| 21 | int size; | 21 | int size; |
| 22 | Byte *code; | 22 | Byte *code; |
| 23 | int lineDefined; | 23 | int lineDefined; |
