Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2953/sandbox/adobe-source/adobe
Modified Files:
cmath.hpp
Log Message:
types not in std under gcc
Index: cmath.hpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/cmath.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cmath.hpp 11 Apr 2005 17:06:00 -0000 1.4
--- cmath.hpp 12 Apr 2005 19:29:00 -0000 1.5
***************
*** 26,30 ****
#include <cmath>
! #if ADOBE_PLATFORM_MAC
namespace adobe {
--- 26,30 ----
#include <cmath>
! #if ADOBE_PLATFORM_MAC && defined(__MWERKS__)
namespace adobe {
|