|
From: Andre R. <and...@us...> - 2004-11-25 13:14:08
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24136/Common/source Modified Files: Tag: sidewinder-branch langpython.c Log Message: Fixed pre-processor checks for CFM and OS8. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.15 retrieving revision 1.2.4.16 diff -C2 -d -r1.2.4.15 -r1.2.4.16 *** langpython.c 24 Nov 2004 19:19:59 -0000 1.2.4.15 --- langpython.c 25 Nov 2004 13:13:58 -0000 1.2.4.16 *************** *** 79,87 **** #endif /*TARGET_API_MAC_CARBON*/ ! #if TARGET_API_MAC_CLASSIC #error "Python integration is not yet supported in the PPC build" ! #endif /*TARGET_API_MAC_CLASSIC*/ #endif /*MACVERSION*/ --- 79,87 ---- #endif /*TARGET_API_MAC_CARBON*/ ! #if TARGET_API_MAC_OS8 #error "Python integration is not yet supported in the PPC build" ! #endif /*TARGET_API_MAC_OS8*/ #endif /*MACVERSION*/ *************** *** 91,95 **** ! #if defined(WIN95VERSION) || (defined(MACVERSION) && defined(TARGET_RT_MAC_MACHO)) /* --- 91,95 ---- ! #if defined(WIN95VERSION) || (defined(MACVERSION) && TARGET_RT_MAC_MACHO) /* |