diff options
Diffstat (limited to 'decl.c')
-rw-r--r-- | decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -274,6 +274,7 @@ tagspec(struct scope *s) assert(i < LEN(inttypes)); } d = mkdecl(name, DECLCONST, et, QUALNONE, LINKNONE); + d->u.enumconst = value; d->value = mkintconst(value); d->next = enumconsts; enumconsts = d; |