pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Diff pastebin - collaborative debugging tool View Help


Posted by Mark Aufflick on Tue 11 Dec 11:53 (modification of post by view diff)
report abuse | download | new post

  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*);

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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post