From: Jim Meyering Date: Tue, 16 Dec 1997 15:42:48 +0000 (+0000) Subject: s/__P/PARAMS/g. X-Git-Tag: FILEUTILS-3_16h~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70618de21bc00262e223095fc34225bbeba5373e;p=thirdparty%2Fcoreutils.git s/__P/PARAMS/g. --- diff --git a/src/sys2.h b/src/sys2.h index 0d95449039..a5225714f6 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -85,11 +85,11 @@ char *alloca (); host does not conform to Posix. */ #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) -#ifndef __P +#ifndef PARAMS # if PROTOTYPES -# define __P(Args) Args +# define PARAMS(Args) Args # else -# define __P(Args) () +# define PARAMS(Args) () # endif #endif