This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
||||
// Some environments, viz. glibc 2.17, allow the macro HUGE
|
||||
// to leak out of <math.h>.
|
||||
#undef HUGE
|
||||
|
||||
namespace Fortran::evaluate::value {
|
||||
|
||||
// Implements an integer as an assembly of smaller host integer parts
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
#include <limits>
|
||||
#include <string>
|
||||
|
||||
// Some environments, viz. glibc 2.17, allow the macro HUGE
|
||||
// to leak out of <math.h>.
|
||||
#undef HUGE
|
||||
|
||||
namespace llvm {
|
||||
class raw_ostream;
|
||||
}
|
||||
|
||||
@@ -39,6 +39,10 @@
|
||||
#include <type_traits>
|
||||
#include <variant>
|
||||
|
||||
// Some environments, viz. glibc 2.17, allow the macro HUGE
|
||||
// to leak out of <math.h>.
|
||||
#undef HUGE
|
||||
|
||||
namespace Fortran::evaluate {
|
||||
|
||||
// Utilities
|
||||
|
||||
Reference in New Issue
Block a user