aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.h')
-rw-r--r--c/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/c.h b/c/c.h
index 9000496..787db5d 100644
--- a/c/c.h
+++ b/c/c.h
@@ -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;