Ticket #664: gc-api-compat.patch

File gc-api-compat.patch, 500 bytes (added by fperrad, 13 years ago)
  • include/parrot/gc_api.h

     
    456456/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */ 
    457457/* HEADERIZER END: src/gc/api.c */ 
    458458 
     459#define pobject_lives Parrot_gc_mark_PObj_alive 
     460 
    459461/* write barrier */ 
    460462#if PARROT_GC_MS 
    461463#  define GC_WRITE_BARRIER(interp, agg, old, _new) do { } while (0)