Posted by Mark Aufflick on Tue 11 Dec 11:56 (modification of post by Mark Aufflick view diff)
report abuse | download | new post
- diff --git a/shotgun/lib/subtend/PortableUContext.h b/shotgun/lib/subtend/PortableUContext.h
- index 448c68f..b0caaff 100644
- --- a/shotgun/lib/subtend/PortableUContext.h
- +++ b/shotgun/lib/subtend/PortableUContext.h
- -44,9 +44,11 @@ extern void makecontext(ucontext_t*, void(*)(), int, ...);
- # define NEEDX86MAKECONTEXT
- # else
- # include "PortableUContextPPC.h"
- -# define NEEDPOWERMAKECONTEXT
- +// Prefer the OSX 10.5 ucontext
- +//# define NEEDPOWERMAKECONTEXT
- # endif
- -# define NEEDSWAPCONTEXT
- +// Prefer the OSX 10.5 ucontext
- +//# define NEEDSWAPCONTEXT
- #endif
- #if defined(__OpenBSD__)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.