summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index b20f4deb..6c46d098 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -1020,8 +1020,7 @@ type_identifier : identifier
state->msgs);
YYERROR;
}
- $$ <<= TYPE_BITS;
- $$ |= dtype->type;
+ $$ = concat_subtype_add($$, dtype->type);
}
;