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 d659872..068eb72 100644
--- a/cc.h
+++ b/cc.h
@@ -219,7 +219,7 @@ struct type {
bool issigned, iscomplex;
} basic;
struct {
- unsigned long long length;
+ struct expr *length;
enum typequal ptrqual;
} array;
struct {