mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
Adjust to verify.h change.
This commit is contained in:
parent
aeecb8f89f
commit
971c8d4c1f
@ -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,
|
||||
|
2
src/od.c
2
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] =
|
||||
|
Loading…
Reference in New Issue
Block a user