aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/c_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_type.h b/src/c_type.h
index 3b1e022..8a07440 100644
--- a/src/c_type.h
+++ b/src/c_type.h
@@ -72,7 +72,7 @@ typedef struct {
typedef struct {
Type t;
- ushort off;
+ uint off;
uchar bitsiz,
bitoff : 6,
qual : 2;