diff --git a/t/t.h b/t/t.h index 35d28ea..da60b9c 100644 --- a/t/t.h +++ b/t/t.h @@ -111,7 +111,7 @@ int t_str_is_false(const char *); /* * Useful constants */ -extern const uint8_t t_zero[256]; +extern const uint8_t t_zero[4096]; extern const uint8_t t_seq8[256]; /* diff --git a/t/t_const.c b/t/t_const.c index 743312f..f2ff938 100644 --- a/t/t_const.c +++ b/t/t_const.c @@ -34,7 +34,7 @@ #include "t.h" -const uint8_t t_zero[256] = { +const uint8_t t_zero[4096] = { }; const uint8_t t_seq8[256] = {