From: Jim Meyering Date: Mon, 4 Jul 2005 17:40:37 +0000 (+0000) Subject: rename: s/verify_dcl/verify_decl/ X-Git-Tag: CPPI-1_12~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd6ce958915b2f4cfb0cc32e614a70a7561f2080;p=thirdparty%2Fcoreutils.git rename: s/verify_dcl/verify_decl/ --- diff --git a/src/od.c b/src/od.c index f78b5e06a4..92eca4590e 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_dcl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS); +verify_decl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS); /* Names for some non-printing characters. */ static const char *const charname[33] =