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 */
|
# define CAST_GCPP /* empty */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MZ_PRECISE_GC
|
||||||
|
# undef USE_SENORA_GC
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_SENORA_GC
|
#ifdef USE_SENORA_GC
|
||||||
struct GC_Set *cpp_objects;
|
struct GC_Set *cpp_objects;
|
||||||
typedef void (*GC_finalization_proc)(void *, void *);
|
typedef void (*GC_finalization_proc)(void *, void *);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user