X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fverify.h;fp=lib%2Fverify.h;h=bcd3f5a09dceebb70a7d97f726297f315dbf60a1;hb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;hp=fac53f6fc4ac94e4452f9d1ee63712dd3d04c14f;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/lib/verify.h b/lib/verify.h index fac53f6..bcd3f5a 100644 --- a/lib/verify.h +++ b/lib/verify.h @@ -1,6 +1,6 @@ /* Compile-time assert-like macros. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -110,8 +110,8 @@ #if 4 <= __GNUC__ # define verify(R) \ - extern int (* verify_function__ (void)) \ - [__builtin_constant_p (R) && (R) ? 1 : -1] + extern int (* verify_function__ (void)) \ + [__builtin_constant_p (R) && (R) ? 1 : -1] #endif * In C++, any struct definition inside sizeof is invalid.