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

Comparing Faster/Faster.xs (file contents):
Revision 1.5 by root, Thu Mar 9 23:42:41 2006 UTC vs.
Revision 1.6 by root, Fri Mar 10 00:11:44 2006 UTC

51 51
52IV 52IV
53ppaddr (int optype) 53ppaddr (int optype)
54 CODE: 54 CODE:
55 RETVAL = optype == OP_ENTERSUB 55 RETVAL = optype == OP_ENTERSUB
56 ? old_entersub 56 ? (IV)old_entersub
57 : PL_ppaddr [optype]; 57 : (IV)PL_ppaddr [optype];
58 OUTPUT: 58 OUTPUT:
59 RETVAL 59 RETVAL
60 60
61void 61void
62hook_entersub () 62hook_entersub ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines