diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 07:03:23 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 07:03:23 +0000 |
commit | 93add22b4a4eb2bfed20ce0f435d874fa08002a8 (patch) | |
tree | dbdeee5702882944adeb849337f6a7b52ebbcd77 /libstdc++-v3 | |
parent | c78e6fadc335c4c0af26d46f4fc1b25359a31aab (diff) | |
download | gcc-93add22b4a4eb2bfed20ce0f435d874fa08002a8.tar.gz |
* include/c_std/bits/std_cmath.h (sqrt): #undef.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 dc4ea0666d7..0dafd72a54a 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 3f6f23db75c..b6256d8925a 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 |