summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 22:39:53 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 22:39:53 +0000
commitf54368ec1bdb5deaafe40b5ee64a0bf9b44381f5 (patch)
tree4d1111f8a97b4850b3d952baa07f5cc1e5b0a455 /src/od.c
parent44dddb31c083071a85e50330435b27912db796de (diff)
downloadcoreutils-f54368ec1bdb5deaafe40b5ee64a0bf9b44381f5.tar.xz
s/__P/PARAMS/
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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;