Mark Aufflick
By: a guest | Dec 11th, 2007 | Syntax:
None | Size: 0.69 KB | Hits: 25 | Expires: Never
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__)