summaryrefslogtreecommitdiff
path: root/lib/verify.h
AgeCommit message (Collapse)Author
2005-09-06(__builtin_constant_p): Remove, undoing previous change.Paul Eggert
(verify_type__): Solve the problem by using a bit-field rather than an array.
2005-09-05(__builtin_constant_p) [__GNUC__ <= 2]: Define to 1.Jim Meyering
(verify_type__) [verify_error_if_non_const__]: New member/test, to help detect when verify or verify_expr is mistakenly passed a non-constant argument within a function.
2005-07-11(verify_expr): Use ((verify_type__ (R) *) 0), notPaul Eggert
sizeof (verify_type__ (R)), to pacify C++ compilers.
2005-07-05fix typo in commentJim Meyering
2005-07-05* verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don'tPaul Eggert
depend on whether verify_decl is defined. (verify): Renamed from verify_decl. All uses changed. Use an extern function decl, as it can't possibly collide with other decls. (verify_expr): Renamed from verify. All uses changed. (verify_type__): New private macro. (verify, verify_expr): Use it.
2005-07-04rename: s/verify_dcl/verify_decl/Jim Meyering
2005-07-04(verify, verify_dcl): New file/macros.Jim Meyering