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

Comparing libcoro/coro.h (file contents):
Revision 1.26 by root, Thu Apr 24 12:56:23 2008 UTC vs.
Revision 1.27 by root, Wed Jul 16 00:47:05 2008 UTC

208 208
209struct coro_context { 209struct coro_context {
210 volatile void **sp; 210 volatile void **sp;
211}; 211};
212 212
213void __attribute__ ((__noinline__, __fastcall__)) 213void __attribute__ ((__noinline__, __regparm__(2)))
214 coro_transfer (coro_context *prev, coro_context *next); 214 coro_transfer (coro_context *prev, coro_context *next);
215 215
216#elif CORO_PTHREAD 216#elif CORO_PTHREAD
217 217
218#include <pthread.h> 218#include <pthread.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines