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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.341 by root, Sun Nov 29 17:41:08 2009 UTC vs.
Revision 1.342 by root, Fri Dec 18 03:49:46 2009 UTC

402 hv_clear ((HV *)sv); 402 hv_clear ((HV *)sv);
403 sv_unmagic (sv, PERL_MAGIC_ext); 403 sv_unmagic (sv, PERL_MAGIC_ext);
404} 404}
405#endif 405#endif
406 406
407static long SvPTR_nc (SV *sv) 407static long
408SvPTR_nc (SV *sv)
408{ 409{
409 sv = SvRV (sv); 410 sv = SvRV (sv);
410 411
411 // very important shortcut 412 // very important shortcut
412 if (expect_true (SvMAGIC (sv) && SvMAGIC (sv)->mg_type == PERL_MAGIC_ext)) 413 if (expect_true (SvMAGIC (sv) && SvMAGIC (sv)->mg_type == PERL_MAGIC_ext))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines