Ticket #664: gc-api-compat.patch
File gc-api-compat.patch, 500 bytes (added by fperrad, 13 years ago) |
---|
-
include/parrot/gc_api.h
456 456 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */ 457 457 /* HEADERIZER END: src/gc/api.c */ 458 458 459 #define pobject_lives Parrot_gc_mark_PObj_alive 460 459 461 /* write barrier */ 460 462 #if PARROT_GC_MS 461 463 # define GC_WRITE_BARRIER(interp, agg, old, _new) do { } while (0)