summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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