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/nice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nice.c') diff --git a/src/nice.c b/src/nice.c index 48f3735ef..ad5a02808 100644 --- a/src/nice.c +++ b/src/nice.c @@ -40,8 +40,8 @@ # define GET_PRIORITY() getpriority (PRIO_PROCESS, 0) #endif -static int isinteger __P ((char *s)); -static void usage __P ((int status)); +static int isinteger PARAMS ((char *s)); +static void usage PARAMS ((int status)); /* The name this program was run with. */ char *program_name; -- cgit v1.2.3-54-g00ecf