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

Comparing Async-Interrupt/Interrupt.xs (file contents):
Revision 1.15 by root, Thu Jul 30 03:59:47 2009 UTC vs.
Revision 1.16 by root, Tue Sep 1 16:41:29 2009 UTC

444SV * 444SV *
445sig2num (SV *signame_or_number) 445sig2num (SV *signame_or_number)
446 ALIAS: 446 ALIAS:
447 sig2num = 0 447 sig2num = 0
448 sig2name = 1 448 sig2name = 1
449 PROTOTYPE: $
449 CODE: 450 CODE:
450{ 451{
451 int signum = s_signum (signame_or_number); 452 int signum = s_signum (signame_or_number);
452 453
453 if (signum < 0) 454 if (signum < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines