aboutsummaryrefslogtreecommitdiff
path: root/func.h
diff options
context:
space:
mode:
Diffstat (limited to 'func.h')
-rw-r--r--func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/func.h b/func.h
index 8208f114..47763a31 100644
--- a/func.h
+++ b/func.h
@@ -17,7 +17,7 @@ typedef struct LocVar
17typedef struct TFunc 17typedef 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;