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.249 by root, Tue Sep 30 17:12:35 2008 UTC vs.
Revision 1.250 by root, Wed Oct 22 16:34:07 2008 UTC

87#ifndef GV_NOTQUAL 87#ifndef GV_NOTQUAL
88# define GV_NOTQUAL 0 88# define GV_NOTQUAL 0
89#endif 89#endif
90#ifndef newSV 90#ifndef newSV
91# define newSV(l) NEWSV(0,l) 91# define newSV(l) NEWSV(0,l)
92#endif
93#ifndef SvREFCNT_inc_NN
94# define SvREFCNT_inc_NN(sv) SvREFCNT_inc (sv)
92#endif 95#endif
93 96
94/* 5.11 */ 97/* 5.11 */
95#ifndef CxHASARGS 98#ifndef CxHASARGS
96# define CxHASARGS(cx) (cx)->blk_sub.hasargs 99# define CxHASARGS(cx) (cx)->blk_sub.hasargs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines