fix MrEd3m build when using SGC

svn: r18428
This commit is contained in:
Matthew Flatt 2010-03-02 15:17:19 +00:00
parent fced29e946
commit 0197183739

View File

@ -61,6 +61,10 @@ extern "C" {
# define CAST_GCPP /* empty */
#endif
#ifdef MZ_PRECISE_GC
# undef USE_SENORA_GC
#endif
#ifdef USE_SENORA_GC
struct GC_Set *cpp_objects;
typedef void (*GC_finalization_proc)(void *, void *);