ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.35 by root, Sat Nov 8 13:42:28 2008 UTC vs.
Revision 1.36 by root, Sat Nov 8 13:53:27 2008 UTC

225 225
226# if !CORO_LOSER 226# if !CORO_LOSER
227# include <unistd.h> 227# include <unistd.h>
228# endif 228# endif
229 229
230/* solaris is hopelessly borked, it expands _XOPEN_UNIX to nothing */
231# if __sun
232# undef _XOPEN_UNIX
233# define _XOPEN_UNIX 1
234# endif
235
230# include <setjmp.h> 236# include <setjmp.h>
231 237
232struct coro_context { 238struct coro_context {
233#if _XOPEN_UNIX > 0 || CORO_LOSER 239#if _XOPEN_UNIX > 0 || CORO_LOSER
234 jmp_buf env; 240 jmp_buf env;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines