aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-22 13:26:45 +0100
committerlemon <lsof@mailbox.org>2025-11-22 13:26:45 +0100
commit81b5c5e677c597a1de49ce3ddc712005fe08fcfa (patch)
treed2f19f3ed04083ab705544ddb3033803e8999d5e /c/c.h
parent10d44580bb444253f791e7f60530ae63f9db4778 (diff)
c: add decl.sym; avoid calling mkhiddensym repeatedly
Diffstat (limited to 'c/c.h')
-rw-r--r--c/c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/c.h b/c/c.h
index f0d42a1..4b2b197 100644
--- a/c/c.h
+++ b/c/c.h
@@ -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;