aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.h')
-rw-r--r--c/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/c.h b/c/c.h
index a19542b..9000496 100644
--- a/c/c.h
+++ b/c/c.h
@@ -92,9 +92,9 @@ struct decl {
isdef : 1,
isbuiltin : 1;
struct span span;
- const char *name;
+ internstr name;
union {
- const char *sym;
+ internstr sym;
struct { ushort align; int id; };
vlong value;
const struct builtin *builtin;