Skip to content

Instantly share code, notes, and snippets.

Created May 9, 2011 13:00
Show Gist options
  • Save anonymous/962476 to your computer and use it in GitHub Desktop.
Save anonymous/962476 to your computer and use it in GitHub Desktop.
diff --git a/include/parrot/gc_api.h b/include/parrot/gc_api.h
index 602911f..404324a 100644
--- a/include/parrot/gc_api.h
+++ b/include/parrot/gc_api.h
@@ -31,7 +31,7 @@
#define ALIGNED_STRING_SIZE(len) (((len) + sizeof (void*) + WORD_ALIGN_1) & WO
-#define PARROT_GC_WRITE_BARRIER(i, p) do { if (PObj_GC_need_write_barrier_TEST
+#define PARROT_GC_WRITE_BARRIER(i, p)
typedef struct _Parrot_GC_Init_Args {
void *stacktop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment