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.464 by root, Wed Jun 22 22:53:49 2016 UTC vs.
Revision 1.465 by root, Sat Jun 25 19:04:04 2016 UTC

969#endif 969#endif
970 970
971 New(54,PL_savestack,24,ANY); 971 New(54,PL_savestack,24,ANY);
972 PL_savestack_ix = 0; 972 PL_savestack_ix = 0;
973 PL_savestack_max = 24; 973 PL_savestack_max = 24;
974#if !PERL_VERSION_ATLEAST (5,24,0) 974#if PERL_VERSION_ATLEAST (5,24,0)
975 /* perl 5.24 moves SS_MAXPUSH optimisation from */ 975 /* perl 5.24 moves SS_MAXPUSH optimisation from */
976 /* the header macros to PL_savestack_max */ 976 /* the header macros to PL_savestack_max */
977 PL_savestack_max -= SS_MAXPUSH; 977 PL_savestack_max -= SS_MAXPUSH;
978#endif 978#endif
979 979

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines