From 2e308957d452b440cf404b914ce1cb53c9e739a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 22:30:30 +0000 Subject: s/__P/PARAMS/ --- src/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sleep.c') diff --git a/src/sleep.c b/src/sleep.c index 5e03cabbd..3180f83b2 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -23,7 +23,7 @@ #include "system.h" #include "error.h" -static long argdecode __P ((const char *s)); +static long argdecode PARAMS ((const char *s)); /* The name by which this program was run. */ char *program_name; -- cgit v1.2.3-54-g00ecf