diff options
| author | 2025-11-22 13:26:45 +0100 | |
|---|---|---|
| committer | 2025-11-22 13:26:45 +0100 | |
| commit | 81b5c5e677c597a1de49ce3ddc712005fe08fcfa (patch) | |
| tree | d2f19f3ed04083ab705544ddb3033803e8999d5e /c/c.h | |
| parent | 10d44580bb444253f791e7f60530ae63f9db4778 (diff) | |
c: add decl.sym; avoid calling mkhiddensym repeatedly
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; |