ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/iom_perl.h
(Generate patch)

Comparing rxvt-unicode/src/iom_perl.h (file contents):
Revision 1.1 by root, Thu Dec 14 15:19:31 2006 UTC vs.
Revision 1.3 by root, Thu Dec 14 17:40:03 2006 UTC

1typedef int IOM_CHAINED;
2
1///////////////////////////////////////////////////////////////////////////// 3/////////////////////////////////////////////////////////////////////////////
2 4
3#define SvWATCHER(sv) (perl_watcher *)SvPTR (sv, IOM_CLASS "::watcher") 5#define SvWATCHER(sv) (perl_watcher *)SvPTR (sv, IOM_CLASS "::watcher")
4 6
5struct perl_watcher 7struct perl_watcher
48 PUTBACK; 50 PUTBACK;
49 FREETMPS; 51 FREETMPS;
50 LEAVE; 52 LEAVE;
51 53
52 if (SvTRUE (ERRSV)) 54 if (SvTRUE (ERRSV))
53 rxvt_warn ("%s callback evaluation error: %s", type, SvPV_nolen (ERRSV)); 55 IOM_WARN ("%s callback evaluation error: %s", type, SvPV_nolen (ERRSV));
54} 56}
55 57
56#define newSVtimer(timer) new_ref ((timer)->self, IOM_CLASS "::timer") 58#define newSVtimer(timer) new_ref ((timer)->self, IOM_CLASS "::timer")
57#define SvTIMER(sv) (timer *)(perl_watcher *)SvPTR ((sv), IOM_CLASS "::timer") 59#define SvTIMER(sv) (timer *)(perl_watcher *)SvPTR ((sv), IOM_CLASS "::timer")
58 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines