diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ struct type { bool issigned, iscomplex; } basic; struct { - unsigned long long length; + struct expr *length; enum typequal ptrqual; } array; struct { |