.
[pspp] / lib / xstrtod.h
index d40d5124bae67b31d05c133a134641aeac31ff15..5b61c46df8e7c7d07c04cd2061ad2717d484a73f 100644 (file)
@@ -3,13 +3,13 @@
 
 # ifndef __P
 #  if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
-#   define __P(args) args
+#   define __P(Args) Args
 #  else
-#   define __P(args) ()
-#  endif  /* GCC.  */
-# endif  /* Not __P.  */
+#   define __P(Args) ()
+#  endif
+# endif
 
 int
   xstrtod __P ((const char *str, const char **ptr, double *result));
 
-#endif /* XSTRTOD_H */
+#endif /* not XSTRTOD_H */