diff options
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/all.h b/all.h index 39c85f1..e303a87 100644 --- a/all.h +++ b/all.h @@ -434,9 +434,8 @@ struct Typ { Sint, Sflt, Styp, - }; - uint type:3; - uint len:29; /* index in typ[] for Styp */ + } type; + uint len; /* index in typ[] for Styp */ } (*seg)[NSeg+1]; }; |