summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index 6e062c6..49668fd 100644
--- a/parse.c
+++ b/parse.c
@@ -112,6 +112,7 @@ typedef struct Expression {
struct {
struct Expression *fn;
Array args; /* of Expression */
+ unsigned long out_var; /* which out variable is used for this call (used by cgen) */
} call;
DirectExpr direct;
Identifier ident;