diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-10 04:15:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-10 04:15:54 +0000 |
commit | 5921df05c5a9853bf352b25d8d612fef135336f3 (patch) | |
tree | bf17ff9071cb5077b3a8e44c28ad49a982a8305a /lib | |
parent | 1a7260cadac6550c782797070045952ab4e314dd (diff) | |
download | coreutils-5921df05c5a9853bf352b25d8d612fef135336f3.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstrtod.h | 10 |
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 */ |