Index: vtkCarbonRenderWindow.h =================================================================== RCS file: /cvsroot/VTK/VTK/Rendering/vtkCarbonRenderWindow.h,v retrieving revision 1.33 diff -r1.33 vtkCarbonRenderWindow.h 27,28c27,34 < #include // Carbon and MAC specific < #include // Carbon and MAC specific --- > #include // Carbon and Mac specific > #include // Carbon and Mac specific > > // The 10.3.9 SDK (and older probably) have a bug in fp.h (in the Carbon > // umbrella framework) which this works around. > #ifdef __WXMAC__ // avoid a bug in Carbon headers > #define scalb scalbn > #endif