Reflect name change: s/VERIFY/verify_dcl/.
authorJim Meyering <jim@meyering.net>
Mon, 4 Jul 2005 13:59:54 +0000 (13:59 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Jul 2005 13:59:54 +0000 (13:59 +0000)
src/od.c

index 09c4c15..f78b5e0 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 (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+verify_dcl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
 
 /* Names for some non-printing characters.  */
 static const char *const charname[33] =