aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 57763c8..f1d6366 100644
--- a/parser.h
+++ b/parser.h
@@ -10,7 +10,7 @@ typedef struct {
char **names;
uint32_t *stack;
uint32_t stidx;
- char **lines;
+ variable ***lines;
uint32_t lnidx;
variable *ret;
uint8_t indent;