Adjust to verify.h change.

This commit is contained in:
Paul Eggert 2005-07-05 05:17:10 +00:00
parent aeecb8f89f
commit 971c8d4c1f
2 changed files with 7 additions and 2 deletions

View File

@ -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,

View File

@ -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] =