aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-14 23:33:45 +0200
committerlemon <lsof@mailbox.org>2025-09-14 23:33:45 +0200
commit3386b092d8e8b00191ef511ea585fe875578efe7 (patch)
tree974b76056954dd94508a1769778ca1b0587cbacd /c.h
parentf4e3e27dd0b56ac39f0f6242d3464df764ab2a61 (diff)
start implementing bitfields
Diffstat (limited to 'c.h')
-rw-r--r--c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.h b/c.h
index d9466fc..dc6ae32 100644
--- a/c.h
+++ b/c.h
@@ -30,7 +30,7 @@ struct expr {
union {
struct {
struct expr *sub;
- struct {
+ struct exgetfld {
ushort off;
uchar bitsiz, bitoff;
} fld; /* EGETF */