From f6c9af488b51fa2a5aeb6fecb1206bd22386b728 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 8 Mar 2004 08:59:58 +0000 Subject: [PATCH] MacOS X refinement --- simgear/scene/sky/cloud.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5