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 396a4ae..beb448e 100644
--- a/cc.h
+++ b/cc.h
@@ -331,7 +331,7 @@ struct expr {
double f;
} constant;
struct {
- char *data;
+ unsigned char *data;
size_t size;
} string;
struct {