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:56 (modification of post by Mark Aufflick view diff)
report abuse | download | new post

  1. diff --git a/shotgun/lib/subtend/PortableUContext.h b/shotgun/lib/subtend/PortableUContext.h
  2. index 448c68f..b0caaff 100644
  3. --- a/shotgun/lib/subtend/PortableUContext.h
  4. +++ b/shotgun/lib/subtend/PortableUContext.h
  5.  -44,9 +44,11 @@ extern       void            makecontext(ucontext_t*, void(*)(), int, ...);
  6.  #               define NEEDX86MAKECONTEXT
  7.  #      else
  8.  #              include "PortableUContextPPC.h"
  9. -#               define NEEDPOWERMAKECONTEXT
  10. +// Prefer the OSX 10.5 ucontext
  11. +//#               define NEEDPOWERMAKECONTEXT
  12.  #      endif  
  13. -#       define NEEDSWAPCONTEXT
  14. +// Prefer the OSX 10.5 ucontext
  15. +//#       define NEEDSWAPCONTEXT
  16.  #endif
  17.  
  18.  #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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post