Ticket #42763: math.patch
File math.patch, 635 bytes (added by l1q1d@…, 11 years ago) |
---|
-
include/Inventor/C/base/math-undefs.h
old new 39 39 #undef's were mangled by the config.status process, it did not really 40 40 work as intended. 20070518 larsa 41 41 */ 42 42 #if 0 43 43 #undef cosf 44 44 #define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */ 45 45 #undef sinf … … 58 58 #define atanf(x) NO_SINGLEPREC 59 59 #undef atan2f 60 60 #define atan2f(x) NO_SINGLEPREC 61 61 #endif 62 62 /* *********************************************************************** */ 63 63 64 64 #endif // !COIN_MATH_UNDEFS_H