fix MrEd3m build when using SGC
svn: r18428
This commit is contained in:
parent
fced29e946
commit
0197183739
|
@ -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 *);
|
||||
|
|
Loading…
Reference in New Issue
Block a user