Ported to CW6

This commit is contained in:
Jack Jansen 1995-06-14 14:44:17 +00:00
parent a7ee15c8ce
commit 2a58638eae

View file

@ -2,9 +2,6 @@
** Mac shared lib glue.
*/
#ifdef __powerc
#include <CPlusLibPPC.h>
#endif
#include <Quickdraw.h>
#include <SegLoad.h>
#include <FragLoad.h>
@ -19,7 +16,7 @@
#include <setjmp.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 */