diff options
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h index 1629455..373aac9 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -312,6 +312,7 @@ enum exprtype { Eslice, Elen, Eeuini, + Eeutag, }; struct blockstmt { @@ -353,7 +354,7 @@ struct expr { struct expr *lhs, *rhs; } index; struct blockstmt block; - struct expr *child; // cast, len + struct expr *child; // cast, len, eutag struct { i64 i; const char *vname; |