Posted by Mark Aufflick on Tue 11 Dec 11:48
report abuse | View followups from Mark Aufflick | download | new post
- diff --git a/shotgun/lib/subtend/PortableUContextPPC.h b/shotgun/lib/subtend/PortableUContextPPC.h
- index 75a3a6b..dcc2274 100644
- --- a/shotgun/lib/subtend/PortableUContextPPC.h
- +++ b/shotgun/lib/subtend/PortableUContextPPC.h
- -56,8 +56,13 @@ struct ucontext
- mcontext_t mc;
- };
- -void makecontext(ucontext_t*, void(*)(void), int, ...);
- -int swapcontext(ucontext_t*, ucontext_t*);
- +// Prefer the OSX 10.5 ucontext
- +
- +#undef NEEDPOWERMAKECONTEXT
- +#undef NEEDSWAPCONTEXT
- +
- +//void makecontext(ucontext_t*, void(*)(void), int, ...);
- +//int swapcontext(ucontext_t*, ucontext_t*);
- int _getmcontext(mcontext_t*);
- void _setmcontext(mcontext_t*);
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.