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

Comparing cvsroot/Coro-Multicore/Multicore.xs (file contents):
Revision 1.18 by root, Mon Aug 13 10:22:49 2018 UTC vs.
Revision 1.19 by root, Mon Aug 13 10:39:45 2018 UTC

1#ifndef _WIN32
2/* most win32 perls are beyond fixing, requiring dTHX */ 1/* most win32 perls are beyond fixing, requiring dTHX */
3/* even for ISO-C functions such as malloc. avoid! avoid! avoid! */ 2/* even for ISO-C functions such as malloc. avoid! avoid! avoid! */
3/* and fial to define numerous symbols, but still overrwide them */
4/* with non-working versions (e.g. setjmp). */
5#ifdef _WIN32
6# define PERL_CORE 1
7#else
4# define PERL_NO_GET_CONTEXT 8# define PERL_NO_GET_CONTEXT
5#endif 9#endif
6 10
7#include "EXTERN.h" 11#include "EXTERN.h"
8#include "perl.h" 12#include "perl.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines