From f54368ec1bdb5deaafe40b5ee64a0bf9b44381f5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 22:39:53 +0000 Subject: s/__P/PARAMS/ --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index 72e33ca4d..25fc1af9f 100644 --- a/src/od.c +++ b/src/od.c @@ -225,7 +225,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) PARAMS ((long unsigned int)); /* The number of input bytes to skip before formatting and writing. */ static off_t n_bytes_to_skip = 0; -- cgit v1.2.3-54-g00ecf