From: ehofman Date: Mon, 8 Mar 2004 08:59:58 +0000 (+0000) Subject: MacOS X refinement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6c9af488b51fa2a5aeb6fecb1206bd22386b728;p=simgear.git MacOS X refinement --- diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index e5d08e11..c98582a4 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -24,8 +24,8 @@ // #if defined (__APPLE__) // // any C++ header file undefines isinf and isnan // // so this should be included before -// inline int (isinf)(Real r) { return isinf(r); } -// inline int (isnan)(Real r) { return isnan(r); } +// inline int (isinf)(double r) { return isinf(r); } +// inline int (isnan)(double r) { return isnan(r); } // #endif // #include STL_IOSTREAM