[BACK]Return to patch-src_libs_learning_policy_cpp CVS log [TXT][DIR] Up to [local] / ports / games / speed-dreams / patches

Annotation of ports/games/speed-dreams/patches/patch-src_libs_learning_policy_cpp, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/libs/learning/policy.cpp.orig  Mon Oct 11 12:29:43 2010
                      3: +++ src/libs/learning/policy.cpp       Mon Oct 11 12:31:20 2010
                      4: @@ -18,6 +18,9 @@
                      5:  #ifdef WIN32
                      6:  #include <float.h>
                      7:  #define isnan _isnan
                      8: +#else
                      9: +#include <math.h>
                     10: +#define isnan __isnanf
                     11:  #endif // WIN32
                     12:
                     13:  #undef POLICY_LOG

CVSweb