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

Comparing libcoro/coro.c (file contents):
Revision 1.14 by root, Mon Mar 21 14:17:44 2005 UTC vs.
Revision 1.15 by root, Mon Mar 21 14:35:22 2005 UTC

47#endif 47#endif
48 48
49#if CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX 49#if CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX
50 50
51#if CORO_SJLJ 51#if CORO_SJLJ
52# include <stdio.h>
52# include <signal.h> 53# include <signal.h>
53#endif 54#endif
54 55
55static volatile coro_func coro_init_func; 56static volatile coro_func coro_init_func;
56static volatile void *coro_init_arg; 57static volatile void *coro_init_arg;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines