summaryrefslogtreecommitdiff
path: root/src/sys2.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-16 15:42:48 +0000
committerJim Meyering <jim@meyering.net>1997-12-16 15:42:48 +0000
commit70618de21bc00262e223095fc34225bbeba5373e (patch)
tree6922e82e3b013919f65be9fa349ef4d9a64b0e51 /src/sys2.h
parent589a3c28728bae1b60ada733e9d7a2bbad371b7f (diff)
downloadcoreutils-70618de21bc00262e223095fc34225bbeba5373e.tar.xz
s/__P/PARAMS/g.
Diffstat (limited to 'src/sys2.h')
-rw-r--r--src/sys2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sys2.h b/src/sys2.h
index 0d9544903..a5225714f 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