diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-04 13:59:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-04 13:59:54 +0000 |
commit | 746f032f31256cc0342fa21f928a38a180a10935 (patch) | |
tree | 6f1c132addc2ef278b53150192717aa7855a239a /src/od.c | |
parent | ab8dd2fabc90f361274560187716cd893a3abc4e (diff) | |
download | coreutils-746f032f31256cc0342fa21f928a38a180a10935.tar.xz |
Reflect name change: s/VERIFY/verify_dcl/.
Diffstat (limited to 'src/od.c')
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = |