Adjust to verify.h change.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 05:17:10 +0000 (05:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 05:17:10 +0000 (05:17 +0000)
ChangeLog
src/od.c

index 320b7e0..b0551dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-07-04  Jim Meyering  <jim@meyering.net>
+2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1.
 
+       * src/od.c: Adjust to verify.h change.
+       * src/system.h (VERIFY_W_TYPEOF): Likewise.
+
+2005-07-04  Jim Meyering  <jim@meyering.net>
+
        * src/system.h: Include "verify.h".
 
        * src/system.h (verify): Rename from VERIFY_EXPR, to be lower case,
index 92eca45..651ebf2 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -162,7 +162,7 @@ static const int width_bytes[] =
 
 /* Ensure that for each member of `enum size_spec' there is an
    initializer in the width_bytes array.  */
-verify_decl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+verify (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
 
 /* Names for some non-printing characters.  */
 static const char *const charname[33] =