Apply patch recommended by Boehm-Weiser-gc mailing list.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-08-31 21:50:23 +02:00
parent 9e1d898ef6
commit b3c3346062

View file

@ -160,8 +160,7 @@ void GC_push_regs()
#endif
#if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE)
# ifdef NO_GETCONTEXT
# error
# ifndef NO_GETCONTEXT
# include <ucontext.h>
# endif
#endif