From 4220c3ef773c0e7fff7c95ecd7cff69886fe4c0e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 27 Apr 2013 16:17:55 +0200 Subject: Fix guards for qecvt [BZ #15007] * stdlib/stdlib.h: Update guards for qecvt. * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with . --- stdlib/stdlib.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'stdlib/stdlib.h') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 4b839441c3..99a830dc14 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -823,9 +823,9 @@ extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, be written to BUF. */ extern char *gcvt (double __value, int __ndigit, char *__buf) __THROW __nonnull ((3)) __wur; +#endif - -# ifdef __USE_MISC +#ifdef __USE_MISC /* Long double versions of above functions. */ extern char *qecvt (long double __value, int __ndigit, int *__restrict __decpt, int *__restrict __sign) @@ -854,8 +854,7 @@ extern int qfcvt_r (long double __value, int __ndigit, int *__restrict __decpt, int *__restrict __sign, char *__restrict __buf, size_t __len) __THROW __nonnull ((3, 4, 5)); -# endif /* misc */ -#endif /* use MISC || use X/Open Unix */ +#endif /* misc */ __BEGIN_NAMESPACE_STD -- cgit v1.2.3