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

Comparing Guard/Guard.xs (file contents):
Revision 1.7 by root, Mon Dec 15 16:22:18 2008 UTC vs.
Revision 1.8 by root, Tue Jan 13 23:30:38 2009 UTC

65 65
66static int 66static int
67guard_free (pTHX_ SV *cv, MAGIC *mg) 67guard_free (pTHX_ SV *cv, MAGIC *mg)
68{ 68{
69 exec_guard_cb (aTHX_ mg->mg_obj); 69 exec_guard_cb (aTHX_ mg->mg_obj);
70
71 return 0;
70} 72}
71 73
72static MGVTBL guard_vtbl = { 74static MGVTBL guard_vtbl = {
73 0, 0, 0, 0, 75 0, 0, 0, 0,
74 guard_free 76 guard_free

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines