diff options
Diffstat (limited to 'c/c.h')
| -rw-r--r-- | c/c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ struct decl { struct span span; const char *name; union { + const char *sym; struct { ushort align; int id; }; vlong value; const struct builtin *builtin; |