summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index a4ee828f..e346eb40 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -874,6 +874,8 @@ struct Compiler
ObjectDef *globalObjectDef;
ObjectField *arg0;
ObjectField *argv;
+ StructDef *argvEl;
+ StructEl *argvElSel;
StructDef *stream;
StructEl *streamSel;