From 5962200c28a9095e3b3cc5585c0ff05c5abe1acc Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 16 Oct 2002 22:18:42 +0000 Subject: de-__P() --- lib/libc/stdlib/getopt_long.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdlib/getopt_long.c') diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index acf002b..474290f 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -94,9 +94,9 @@ __weak_alias(getopt_long,_getopt_long) #define EMSG "" -static int getopt_internal __P((int, char * const *, const char *)); -static int gcd __P((int, int)); -static void permute_args __P((int, int, int, char * const *)); +static int getopt_internal(int, char * const *, const char *); +static int gcd(int, int); +static void permute_args(int, int, int, char * const *); static char *place = EMSG; /* option letter processing */ -- cgit v1.1