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

Comparing CBOR-XS/XS.xs (file contents):
Revision 1.25 by root, Fri Nov 22 05:54:07 2013 UTC vs.
Revision 1.26 by root, Fri Nov 22 09:40:13 2013 UTC

269 SV **svp = av_fetch (av, i, 0); 269 SV **svp = av_fetch (av, i, 0);
270 encode_sv (enc, svp ? *svp : &PL_sv_undef); 270 encode_sv (enc, svp ? *svp : &PL_sv_undef);
271 } 271 }
272 272
273 --enc->depth; 273 --enc->depth;
274}
275
276ecb_inline void
277encode_he (enc_t *enc, HE *he)
278{
279} 274}
280 275
281static void 276static void
282encode_hv (enc_t *enc, HV *hv) 277encode_hv (enc_t *enc, HV *hv)
283{ 278{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines