From c872177ccb7fa207d03308a7fcb218dbd5cea1be Mon Sep 17 00:00:00 2001 From: bkoz Date: Sun, 10 Jun 2001 23:26:34 +0000 Subject: 2001-06-10 Benjamin Kosnik * acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking. Add checking for strtof, _Exit in stdlib.h * aclocal.m4: Regenerate. * configure.in: Regenerate. * include/c_std/bits/std_cstdio.h: Alphabetize lists. (snprintf): Put C99 functions into __gnu_cxx namespace. (vfscanf): Same. (vscanf): Same. (vsnprintf): Same. (vsscanf): Same. * include/c_std/bits/std_cstdlib.h: Alphabetize lists. Put undefs for C99 functions within _GLIBCPP_USE_C99 guard. (_Exit): Same. (strtof): Same. (strtold): Same. * include/bits/locale_facets.tcc: Check if C99 is enabled. * include/c_std/bits/std_cwchar.h (__gnu_cxx): Put undefs within C99 guard. * include/c_std/bits/cmath.tcc: Formatting tweak. * include/c_std/bits/std_cmath.h: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43161 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libstdc++-v3/config.h.in') diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index c267376314f..f74f03a5727 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -459,9 +459,6 @@ /* Define if you have the sqrtl function. */ #undef HAVE_SQRTL -/* Define if you have the strtof function. */ -#undef HAVE_STRTOF - /* Define if you have the strtold function. */ #undef HAVE_STRTOLD -- cgit v1.2.1