Define and use macro, PARAMS, not __P.
[gnulib.git] / lib / strtol.c
index ad08049..9b4029e 100644 (file)
@@ -340,16 +340,16 @@ noconv:
 \f
 /* External user entry point.  */
 
-#undef __P
+#undef PARAMS
 #if defined (__STDC__) && __STDC__
-# define __P(args) args
+# define PARAMS(args) args
 #else
-# define __P(args) ()
+# define PARAMS(args) ()
 #endif
 
 /* Prototype.  */
-INT strtol __P ((const STRING_TYPE *nptr, STRING_TYPE **endptr,
-                           int base));
+INT strtol PARAMS ((const STRING_TYPE *nptr, STRING_TYPE **endptr,
+                   int base));
 
 
 INT