From: Gabriel Dos Reis Date: Sat, 26 May 2001 07:03:23 +0000 (+0000) Subject: * include/c_std/bits/std_cmath.h (sqrt): #undef. X-Git-Tag: prereleases/libstdc++-3.0.95~4173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4200d6fe87bedc8b47eab6c112aeb414c99b83c8;p=thirdparty%2Fgcc.git * include/c_std/bits/std_cmath.h (sqrt): #undef. From-SVN: r42622 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dc4ea0666d79..0dafd72a54a0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-05-26 Gabriel Dos Reis + + * include/c_std/bits/std_cmath.h (sqrt): #undef. + 2001-05-23 Rainer Orth * 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 3f6f23db75c2..b6256d8925a9 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