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.444 by root, Thu May 1 08:09:18 2014 UTC vs.
Revision 1.445 by root, Thu May 1 08:09:43 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"); 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" 3451#include "state.h"
3452#ifdef USE_ITHREADS 3452#ifdef USE_ITHREADS
3453# if CORO_PTHREAD 3453# if CORO_PTHREAD
3454 coro_thx = PERL_GET_CONTEXT; 3454 coro_thx = PERL_GET_CONTEXT;
3455# endif 3455# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines