From 5921df05c5a9853bf352b25d8d612fef135336f3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Oct 1996 04:15:54 +0000 Subject: . --- lib/xstrtod.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') 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 */ -- cgit v1.2.3-70-g09d2