diff options
-rw-r--r-- | lib/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verify.h b/lib/verify.h index c8066e91d..406715ffe 100644 --- a/lib/verify.h +++ b/lib/verify.h @@ -30,7 +30,7 @@ private to this header file. */ # define verify_type__(R) \ - struct { int verify_error_if_negative_size__ : (R) ? 1 : -1; } + struct { int verify_error_if_negative_size__ : (R) ? 2 : -1; } /* Verify requirement R at compile-time, as a declaration. */ |