Skip to content

Commit

Permalink
no longer enables MBARI_API for x86_64 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
brentr committed Oct 7, 2011
1 parent 32e862d commit 3cec85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubysig.h
Expand Up @@ -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
Expand Down

0 comments on commit 3cec85c

Please sign in to comment.