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

Comparing JSON-XS/XS.xs (file contents):
Revision 1.77 by root, Tue Mar 25 06:37:38 2008 UTC vs.
Revision 1.78 by root, Tue Mar 25 19:31:02 2008 UTC

438 438
439static void 439static void
440encode_hv (enc_t *enc, HV *hv) 440encode_hv (enc_t *enc, HV *hv)
441{ 441{
442 HE *he; 442 HE *he;
443 int count;
444 443
445 if (enc->indent >= enc->maxdepth) 444 if (enc->indent >= enc->maxdepth)
446 croak ("data structure too deep (hit recursion limit)"); 445 croak ("data structure too deep (hit recursion limit)");
447 446
448 encode_ch (enc, '{'); 447 encode_ch (enc, '{');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines