]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/__P/PARAMS/g.
authorJim Meyering <jim@meyering.net>
Tue, 16 Dec 1997 15:42:48 +0000 (15:42 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Dec 1997 15:42:48 +0000 (15:42 +0000)
src/sys2.h

index 0d95449039f32c5e7fcac22ed4f03ec650b18a85..a5225714f6d6e31ff1abb86132cd93fb5159e7db 100644 (file)
@@ -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