projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7260c
)
.
author
Jim Meyering
<jim@meyering.net>
Thu, 10 Oct 1996 04:15:54 +0000
(
04:15
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 10 Oct 1996 04:15:54 +0000
(
04:15
+0000)
lib/xstrtod.h
patch
|
blob
|
history
diff --git
a/lib/xstrtod.h
b/lib/xstrtod.h
index d40d5124bae67b31d05c133a134641aeac31ff15..5b61c46df8e7c7d07c04cd2061ad2717d484a73f 100644
(file)
--- a/
lib/xstrtod.h
+++ b/
lib/xstrtod.h
@@
-3,13
+3,13
@@
# ifndef __P
# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
-# define __P(
args) a
rgs
+# define __P(
Args) A
rgs
# else
-# define __P(
a
rgs) ()
-# endif
/* GCC. */
-# endif
/* Not __P. */
+# define __P(
A
rgs) ()
+# endif
+# endif
int
xstrtod __P ((const char *str, const char **ptr, double *result));
-#endif /* XSTRTOD_H */
+#endif /*
not
XSTRTOD_H */