From fe8e16218199e88ea887c96dfa732cbdaf2a7248 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Nov 2008 13:42:28 +0000 Subject: *** empty log message *** --- coro.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 7ab58c1..fa56804 100644 --- a/coro.h +++ b/coro.h @@ -230,7 +230,11 @@ struct coro_context { # include struct coro_context { +#if _XOPEN_UNIX > 0 || CORO_LOSER jmp_buf env; +#else + sigjmp_buf env; +#endif }; # if _XOPEN_UNIX > 0 -- cgit v1.2.3