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

Comparing EV/EV.xs (file contents):
Revision 1.41 by root, Fri Nov 2 20:21:33 2007 UTC vs.
Revision 1.42 by root, Fri Nov 2 22:03:00 2007 UTC

251 251
252 const_iv (EV, METHOD_AUTO) 252 const_iv (EV, METHOD_AUTO)
253 const_iv (EV, METHOD_SELECT) 253 const_iv (EV, METHOD_SELECT)
254 const_iv (EV, METHOD_POLL) 254 const_iv (EV, METHOD_POLL)
255 const_iv (EV, METHOD_EPOLL) 255 const_iv (EV, METHOD_EPOLL)
256 const_iv (EV, METHOD_KQUEUE)
257 const_iv (EV, METHOD_DEVPOLL)
258 const_iv (EV, METHOD_PORT)
256 const_iv (EV, METHOD_ANY) 259 const_iv (EV, METHOD_ANY)
257 }; 260 };
258 261
259 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 262 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
260 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 263 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines