- Fix typo __GUNG__ instead of __GNUG__...

This commit is contained in:
Sylvain Pion 2003-01-21 08:48:14 +00:00
parent 64862c3d16
commit 0c17c29b27
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.77 (21 January 03)
- Fix typo __GUNG__ instead of __GNUG__...
4.76 (20 January 03)
- static to_double(Gmpz) seems to cause problems, so make it inline.

View File

@ -156,7 +156,7 @@ io_tag(double)
namespace NTS {
// GCC is faster with std::fabs().
#ifdef __GUNG__
#ifdef __GNUG__
inline
double
abs(const double& d)