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

Comparing EV/typemap (file contents):
Revision 1.15 by root, Fri Feb 1 13:08:54 2008 UTC vs.
Revision 1.16 by root, Tue Jul 14 00:09:59 2009 UTC

20const char * T_PVbyte 20const char * T_PVbyte
21 21
22INPUT 22INPUT
23 23
24T_SIGNAL 24T_SIGNAL
25 if (($var = sv_signum ($arg)) <= 0) 25 if (($var = s_signum_croak ($arg)) <= 0)
26 croak (\"'%s' is not a valid signal number or name\", SvPV_nolen ($arg)); 26 croak (\"'%s' is not a valid signal number or name\", SvPV_nolen ($arg));
27 27
28T_PVbyte 28T_PVbyte
29 $var = ($type)SvPVbyte_nolen ($arg) 29 $var = ($type)SvPVbyte_nolen ($arg)
30 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines