Got rid of 68k-Mac and other outdated ifdefs.

This commit is contained in:
Jack Jansen 2001-08-07 15:30:23 +00:00
parent 71c5b02859
commit b760923b20
5 changed files with 0 additions and 37 deletions

View file

@ -27,10 +27,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Resources.h>
#include <CodeFragments.h>
#ifdef __CFM68K__
#pragma lib_export on
#endif
extern void PyMac_InitApplication(void);
#ifdef USE_MAC_APPLET_SUPPORT
extern void PyMac_InitApplet(void);