ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/XS.xs
(Generate patch)

Comparing Net-SNMP-XS/XS.xs (file contents):
Revision 1.8 by root, Thu Apr 9 10:08:25 2009 UTC vs.
Revision 1.9 by root, Sat Apr 11 04:22:49 2009 UTC

41 41
42static void 42static void
43error (const char *errmsg) 43error (const char *errmsg)
44{ 44{
45 errflag = 1; 45 errflag = 1;
46
47 if (!msg)
48 croak ("Net::SNMP::XS fatal error, parser called without parsing context");
46 49
47 dSP; 50 dSP;
48 PUSHMARK (SP); 51 PUSHMARK (SP);
49 EXTEND (SP, 2); 52 EXTEND (SP, 2);
50 PUSHs (msg); 53 PUSHs (msg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines