diff options
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |