Share Pastebin
Guest
Public paste!

Mark Aufflick

By: a guest | Dec 11th, 2007 | Syntax: None | Size: 0.59 KB | Hits: 30 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. diff --git a/shotgun/lib/subtend/PortableUContextPPC.h b/shotgun/lib/subtend/PortableUContextPPC.h
  2. index 75a3a6b..ce9bb73 100644
  3. --- a/shotgun/lib/subtend/PortableUContextPPC.h
  4. +++ b/shotgun/lib/subtend/PortableUContextPPC.h
  5.  -56,8 +56,9 @@ struct ucontext
  6.         mcontext_t mc;
  7.  };
  8.  
  9. -void makecontext(ucontext_t*, void(*)(void), int, ...);
  10. -int swapcontext(ucontext_t*, ucontext_t*);
  11. +// Prefer the OSX 10.5 ucontext
  12. +//void makecontext(ucontext_t*, void(*)(void), int, ...);
  13. +//int swapcontext(ucontext_t*, ucontext_t*);
  14.  int _getmcontext(mcontext_t*);
  15.  void _setmcontext(mcontext_t*);