From: Jim Meyering Date: Mon, 4 Jul 2005 13:59:54 +0000 (+0000) Subject: Reflect name change: s/VERIFY/verify_dcl/. X-Git-Tag: CPPI-1_12~325 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=746f032f31256cc0342fa21f928a38a180a10935;p=thirdparty%2Fcoreutils.git Reflect name change: s/VERIFY/verify_dcl/. --- diff --git a/src/od.c b/src/od.c index 09c4c15adc..f78b5e06a4 100644 --- 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] =