diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ struct target { int signedchar; }; -extern struct target *targ; +extern const struct target *targ; void targinit(const char *); |