aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc.h b/cc.h
index 8143528..b47853b 100644
--- a/cc.h
+++ b/cc.h
@@ -437,7 +437,7 @@ struct target {
int signedchar;
};
-extern struct target *targ;
+extern const struct target *targ;
void targinit(const char *);