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

Comparing Coro/Event/Event.xs (file contents):
Revision 1.6 by root, Sat Aug 18 02:58:38 2001 UTC vs.
Revision 1.7 by root, Mon Sep 24 01:36:20 2001 UTC

145 145
146# overwrite the ready function 146# overwrite the ready function
147void 147void
148ready(self) 148ready(self)
149 SV * self 149 SV * self
150 PROTOTYPE: $
150 CODE: 151 CODE:
151 NEED_SCHEDULE; 152 NEED_SCHEDULE;
152 CORO_READY (self); 153 CORO_READY (self);
153 154
154 155

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines