(VERIFY_W_TYPEOF): Adjust to verify.h change.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 05:16:57 +0000 (05:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 05:16:57 +0000 (05:16 +0000)
src/system.h

index 85a5399..c513de3 100644 (file)
@@ -811,7 +811,7 @@ ptr_align (void const *ptr, size_t alignment)
    TYPEOF_REQUIREMENT is nonzero at compile time.  If the compiler does
    not support __typeof__, do nothing.  */
 #if HAVE_TYPEOF
-# define VERIFY_W_TYPEOF(typeof_requirement) verify (typeof_requirement)
+# define VERIFY_W_TYPEOF(typeof_requirement) verify_expr (typeof_requirement)
 #else
 # define VERIFY_W_TYPEOF(typeof_requirement) ((void) 0)
 #endif