aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c.h')
-rw-r--r--src/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.h b/src/c.h
index a6a521d..1d185cb 100644
--- a/src/c.h
+++ b/src/c.h
@@ -106,7 +106,7 @@ typedef struct Decl {
internstr sym; /* static/extern scls */
struct { ushort align; int id; }; /* local var */
vlong value; /* enum constant */
- Builtin *builtin; /* .isbuiltin */
+ const Builtin *builtin; /* .isbuiltin */
};
} Decl;