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

Comparing EV/EV.xs (file contents):
Revision 1.64 by root, Mon Nov 12 00:31:08 2007 UTC vs.
Revision 1.65 by root, Mon Nov 12 05:53:55 2007 UTC

328 const_iv (EV, METHOD_POLL) 328 const_iv (EV, METHOD_POLL)
329 const_iv (EV, METHOD_EPOLL) 329 const_iv (EV, METHOD_EPOLL)
330 const_iv (EV, METHOD_KQUEUE) 330 const_iv (EV, METHOD_KQUEUE)
331 const_iv (EV, METHOD_DEVPOLL) 331 const_iv (EV, METHOD_DEVPOLL)
332 const_iv (EV, METHOD_PORT) 332 const_iv (EV, METHOD_PORT)
333 const_iv (EV, METHOD_ANY) 333 const_iv (EV, METHOD_NOENV)
334 }; 334 };
335 335
336 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 336 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
337 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 337 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
338 338

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines