From: Jim Meyering Date: Thu, 10 Oct 1996 04:15:54 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5921df05c5a9853bf352b25d8d612fef135336f3;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/xstrtod.h b/lib/xstrtod.h index d40d5124ba..5b61c46df8 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 */