diff options
author | Gabriel Dos Reis <gdr@codesourcery.com> | 2001-05-26 07:03:23 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2001-05-26 07:03:23 +0000 |
commit | 4200d6fe87bedc8b47eab6c112aeb414c99b83c8 (patch) | |
tree | dbdeee5702882944adeb849337f6a7b52ebbcd77 | |
parent | a63719408d011cff3a51cdfaceb61c34f1d9c38e (diff) | |
download | gcc-4200d6fe87bedc8b47eab6c112aeb414c99b83c8.zip gcc-4200d6fe87bedc8b47eab6c112aeb414c99b83c8.tar.gz gcc-4200d6fe87bedc8b47eab6c112aeb414c99b83c8.tar.bz2 |
* include/c_std/bits/std_cmath.h (sqrt): #undef.
From-SVN: r42622
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/c_std/bits/std_cmath.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dc4ea066..0dafd72 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-05-26 Gabriel Dos Reis <gdr@codesourcery.com> + + * include/c_std/bits/std_cmath.h (sqrt): #undef. + 2001-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * mknumeric_limits: Stop if gen-num-limits dies. diff --git a/libstdc++-v3/include/c_std/bits/std_cmath.h b/libstdc++-v3/include/c_std/bits/std_cmath.h index 3f6f23d..b6256d8 100644 --- a/libstdc++-v3/include/c_std/bits/std_cmath.h +++ b/libstdc++-v3/include/c_std/bits/std_cmath.h @@ -74,6 +74,7 @@ #undef pow #undef sin #undef sinh +#undef sqrt #undef tan #undef tanh |