ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.117 by root, Wed Oct 29 14:12:34 2008 UTC vs.
Revision 1.118 by root, Wed Nov 19 10:20:25 2008 UTC

27#endif 27#endif
28 28
29/* 5.10.0 */ 29/* 5.10.0 */
30#ifndef SvREFCNT_inc_NN 30#ifndef SvREFCNT_inc_NN
31# define SvREFCNT_inc_NN(sv) SvREFCNT_inc (sv) 31# define SvREFCNT_inc_NN(sv) SvREFCNT_inc (sv)
32#endif
33
34/* 5.6.x */
35#ifndef SvRV_set
36# define SvRV_set(a,b) SvRV ((a)) = (b)
32#endif 37#endif
33 38
34#if __GNUC__ >= 3 39#if __GNUC__ >= 3
35# define expect(expr,value) __builtin_expect ((expr),(value)) 40# define expect(expr,value) __builtin_expect ((expr),(value))
36#else 41#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines