diff options
Diffstat (limited to 'c/c.h')
| -rw-r--r-- | c/c.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ struct expr { }; struct init { - struct bitset zero[1]; /* bytes to zero out up to 64 */ + struct bitset zero[BSSIZE(64)]; /* bytes to zero out up to 64 */ struct initval { struct initval *next; uint off; |