• Mark Harris's avatar
    Fix AIX build · b8f6c140
    Mark Harris authored
    Fix AIX build failure with IBM xlC compiler due to conflicting
    definition of M_PI.  The libSYS/include/genericStds.h definition is
    guarded with #ifndef M_PI, but was included before <math.h> which
    defines M_PI with more significant digits.
    b8f6c140
genericStds.cpp 15.5 KB