summaryrefslogtreecommitdiff
path: root/lib/xstrtod.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-10 04:15:54 +0000
committerJim Meyering <jim@meyering.net>1996-10-10 04:15:54 +0000
commit5921df05c5a9853bf352b25d8d612fef135336f3 (patch)
treebf17ff9071cb5077b3a8e44c28ad49a982a8305a /lib/xstrtod.h
parent1a7260cadac6550c782797070045952ab4e314dd (diff)
downloadcoreutils-5921df05c5a9853bf352b25d8d612fef135336f3.tar.xz
.
Diffstat (limited to 'lib/xstrtod.h')
-rw-r--r--lib/xstrtod.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/xstrtod.h b/lib/xstrtod.h
index d40d5124b..5b61c46df 100644
--- a/lib/xstrtod.h
+++ b/lib/xstrtod.h
@@ -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 */