ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.443 by root, Thu Mar 6 06:40:32 2014 UTC vs.
Revision 1.444 by root, Thu May 1 08:09:18 2014 UTC

3445 3445
3446PROTOTYPES: DISABLE 3446PROTOTYPES: DISABLE
3447 3447
3448BOOT: 3448BOOT:
3449{ 3449{
3450#define VARx(name,expr,type) if (sizeof (type) < sizeof (expr)) croak ("FATAL: Coro thread context slot '" # name "' too small for this version of perl");
3451#include "state.h"
3450#ifdef USE_ITHREADS 3452#ifdef USE_ITHREADS
3451# if CORO_PTHREAD 3453# if CORO_PTHREAD
3452 coro_thx = PERL_GET_CONTEXT; 3454 coro_thx = PERL_GET_CONTEXT;
3453# endif 3455# endif
3454#endif 3456#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines