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

Comparing Guard/Guard.xs (file contents):
Revision 1.8 by root, Tue Jan 13 23:30:38 2009 UTC vs.
Revision 1.9 by root, Sat Apr 11 04:42:29 2009 UTC

78 78
79MODULE = Guard PACKAGE = Guard 79MODULE = Guard PACKAGE = Guard
80 80
81BOOT: 81BOOT:
82 guard_stash = gv_stashpv ("Guard", 1); 82 guard_stash = gv_stashpv ("Guard", 1);
83 CvNODEBUG_on (get_cv ("Guard::scope_guard", 0)); /* otherwise calling scope can be the debugger */
83 84
84void 85void
85scope_guard (SV *block) 86scope_guard (SV *block)
86 PROTOTYPE: & 87 PROTOTYPE: &
87 CODE: 88 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines