Commit d99e6e91 authored by Jack Jansen's avatar Jack Jansen

Ported to CW6

parent 1dcc3e73
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
** Mac shared lib glue. ** Mac shared lib glue.
*/ */
#ifdef __powerc
#include <CPlusLibPPC.h>
#endif
#include <Quickdraw.h> #include <Quickdraw.h>
#include <SegLoad.h> #include <SegLoad.h>
#include <FragLoad.h> #include <FragLoad.h>
...@@ -19,7 +16,7 @@ ...@@ -19,7 +16,7 @@
#include <setjmp.h> #include <setjmp.h>
#include <stdio.h> #include <stdio.h>
DestructorChain *__local_destructor_chain; /* chain of local objects that need destruction */ void *__local_destructor_chain; /* chain of local objects that need destruction */
/* public data */ /* public data */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment