Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25872/adobe/source
Modified Files:
eve.cpp
Log Message:
ASL now compiles on FreeBSD, and probably on Linux. The eve_smoke and
adam_tutorial tests compile (with warnings) and run fine using GCC 3.4.2.
Index: eve.cpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/source/eve.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** eve.cpp 4 Apr 2005 16:43:33 -0000 1.5
--- eve.cpp 13 Apr 2005 12:30:28 -0000 1.6
***************
*** 41,45 ****
/*************************************************************************************************/
! #ifdef ADOBE_PLATFORM_WIN
#include <cmath>
#endif
--- 41,45 ----
/*************************************************************************************************/
! #if defined(ADOBE_PLATFORM_WIN) || defined(ADOBE_PLATFORM_UNIX)
#include <cmath>
#endif
|