diff options
| author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-23 03:34:28 +0000 |
|---|---|---|
| committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-23 03:34:28 +0000 |
| commit | f9ff9746d95b3b335e68b2c22a3da0d080c717b2 (patch) | |
| tree | 3ba7cbbda37dd0b0e7248e8d204b03638a68b2e9 | |
| parent | 34ff0b99c133cb87fc7e477050c61381fb6a55f4 (diff) | |
| download | gcc-f9ff9746d95b3b335e68b2c22a3da0d080c717b2.zip gcc-f9ff9746d95b3b335e68b2c22a3da0d080c717b2.tar.gz gcc-f9ff9746d95b3b335e68b2c22a3da0d080c717b2.tar.bz2 | |
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly.
2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
signbit and __signbit directly.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
* libmath/Makefile.am: Simplify.
* libmath/Makefile.in: Regenerate.
* include/c_std/std_cmath.h: Update paths for include of cmath.tcc.
* include/Makefile.am: Clean up handling of extra "C" header files.
Add hooks for "C" compatibility headers.
* include/Makefile.in: Regenerate.
* include/c/*: Formatting tweaks, cleanups.
* include/c_std/*: Same.
From-SVN: r51221
| -rw-r--r-- | libstdc++-v3/include/c/std_ciso646.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/c/std_ciso646.h b/libstdc++-v3/include/c/std_ciso646.h index ed9f72e..0993a0a 100644 --- a/libstdc++-v3/include/c/std_ciso646.h +++ b/libstdc++-v3/include/c/std_ciso646.h @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -28,8 +28,8 @@ // the GNU General Public License. /** @file ciso646 - * This is a Standard C++ Library file. You should @c #include_next this file - * in your programs, rather than any of the "st[dl]_*.h" implementation files. + * This is a Standard C++ Library file. You should @c #include this file + * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c iso646.h, * and its contents are (mostly) the same as that header, but are all |
