From 3cec85c884e9fa450c64d9654fa7bb9456a86d94 Mon Sep 17 00:00:00 2001 From: Brent Roman Date: Tue, 24 Feb 2009 11:50:05 -0800 Subject: [PATCH] no longer enables MBARI_API for x86_64 by default --- rubysig.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rubysig.h b/rubysig.h index 00c668dbda..8a11cf42db 100644 --- a/rubysig.h +++ b/rubysig.h @@ -65,7 +65,6 @@ #ifndef STACK_WIPE_SITES # ifdef __x86_64__ /* deal with "red zone" by not inlining stack clearing */ # define STACK_WIPE_SITES 0x6770 -# define MBARI_API /* FIXME: segfaults without this -- no idea why */ # elif defined __ppc__ || defined __ppc64__ /* On any PowerPC, deal with... */ # define STACK_WIPE_SITES 0x7764 /* red zone & alloc(0) doesn't return sp */ # else