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

Comparing EV/EV.xs (file contents):
Revision 1.156 by root, Fri Jun 10 12:30:25 2011 UTC vs.
Revision 1.157 by root, Fri Jul 29 08:35:36 2011 UTC

423 const_iv (EV, UNLOOP_ONE) 423 const_iv (EV, UNLOOP_ONE)
424 const_iv (EV, UNLOOP_ALL) 424 const_iv (EV, UNLOOP_ALL)
425#endif 425#endif
426 }; 426 };
427 427
428 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 428 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
429 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 429 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
430 430
431 stash_loop = gv_stashpv ("EV::Loop" , 1); 431 stash_loop = gv_stashpv ("EV::Loop" , 1);
432 stash_watcher = gv_stashpv ("EV::Watcher" , 1); 432 stash_watcher = gv_stashpv ("EV::Watcher" , 1);
433 stash_io = gv_stashpv ("EV::IO" , 1); 433 stash_io = gv_stashpv ("EV::IO" , 1);
434 stash_timer = gv_stashpv ("EV::Timer" , 1); 434 stash_timer = gv_stashpv ("EV::Timer" , 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines