From: Jim Meyering Date: Wed, 15 Nov 1995 22:16:30 +0000 (+0000) Subject: (*format_address): Tweak dcl. X-Git-Tag: TEXTUTILS-1_13F~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77469b714b9600dc3e886f4105274afd3b5438ae;p=thirdparty%2Fcoreutils.git (*format_address): Tweak dcl. --- diff --git a/src/od.c b/src/od.c index 0293b11a17..59386d2305 100644 --- a/src/od.c +++ b/src/od.c @@ -217,7 +217,7 @@ static long int pseudo_offset; /* Function to format an address and optionally an additional parenthesized pseudo-address; it returns the formatted string. */ -static const char *(*format_address) (__P (long unsigned int)); +static const char *(*format_address) __P ((long unsigned int)); /* The number of input bytes to skip before formatting and writing. */ static off_t n_bytes_to_skip = 0;