aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c.h')
-rw-r--r--src/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.h b/src/c.h
index 4e4c7a7..878f547 100644
--- a/src/c.h
+++ b/src/c.h
@@ -35,7 +35,7 @@ struct Expr {
struct {
Expr *sub; /* child(ren) */
struct ExprGetFld {
- ushort off;
+ uint off;
uchar bitsiz, bitoff;
} fld; /* EGETF */
};