Ticket #42763: math.patch

File math.patch, 635 bytes (added by l1q1d@…, 10 years ago)
  • include/Inventor/C/base/math-undefs.h

    old new  
    3939  #undef's were mangled by the config.status process, it did not really
    4040  work as intended.  20070518 larsa
    4141*/
    42 
     42#if 0
    4343#undef cosf
    4444#define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */
    4545#undef sinf
     
    5858#define atanf(x) NO_SINGLEPREC
    5959#undef atan2f
    6060#define atan2f(x) NO_SINGLEPREC
    61 
     61#endif
    6262/* *********************************************************************** */
    6363
    6464#endif // !COIN_MATH_UNDEFS_H