View | Details | Raw Unified | Return to bug 211760 | Differences between
and this patch

Collapse All | Expand All

(-)include/Inventor/C/base/math-undefs.h (+4 lines)
Lines 40-45 Link Here
40
  work as intended.  20070518 larsa
40
  work as intended.  20070518 larsa
41
*/
41
*/
42
42
43
#ifndef __clang__
44
43
#undef cosf
45
#undef cosf
44
#define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */
46
#define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */
45
#undef sinf
47
#undef sinf
Lines 59-64 Link Here
59
#undef atan2f
61
#undef atan2f
60
#define atan2f(x) NO_SINGLEPREC
62
#define atan2f(x) NO_SINGLEPREC
61
63
64
#endif // !__clang__
65
62
/* *********************************************************************** */
66
/* *********************************************************************** */
63
67
64
#endif // !COIN_MATH_UNDEFS_H
68
#endif // !COIN_MATH_UNDEFS_H

Return to bug 211760