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

Comparing Coro-Multicore/perlmulticore.h (file contents):
Revision 1.8 by root, Sun Jun 28 18:37:52 2015 UTC vs.
Revision 1.9 by root, Sun Jun 28 18:43:17 2015 UTC

329license: L<https://creativecommons.org/publicdomain/zero/1.0/>. 329license: L<https://creativecommons.org/publicdomain/zero/1.0/>.
330 330
331=cut 331=cut
332 332
333*/ 333*/
334
335#define PERL_MULTICORE_MAJOR 1 /* bumped on incompatible changes */
336#define PERL_MULTICORE_MINOR 0 /* bumped on every change */
334 337
335#if PERL_MULTICORE_DISABLE 338#if PERL_MULTICORE_DISABLE
336 339
337#define perlinterp_release() do { } while (0) 340#define perlinterp_release() do { } while (0)
338#define perlinterp_acquire() do { } while (0) 341#define perlinterp_acquire() do { } while (0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines