mirror of https://github.com/CGAL/cgal
- Fix typo __GUNG__ instead of __GNUG__...
This commit is contained in:
parent
64862c3d16
commit
0c17c29b27
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue