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.131 by root, Thu Aug 17 01:42:20 2017 UTC vs.
Revision 1.132 by root, Tue Sep 5 13:07:09 2017 UTC

180 len1 = (len1 | 4095) - 24; 180 len1 = (len1 | 4095) - 24;
181 181
182 return SvGROW (sv, len1); 182 return SvGROW (sv, len1);
183} 183}
184 184
185// decode an utf-8 character and return it, or (UV)-1 in 185// decode a utf-8 character and return it, or (UV)-1 in
186// case of an error. 186// case of an error.
187// we special-case "safe" characters from U+80 .. U+7FF, 187// we special-case "safe" characters from U+80 .. U+7FF,
188// but use the very good perl function to parse anything else. 188// but use the very good perl function to parse anything else.
189// note that we never call this function for a ascii codepoints 189// note that we never call this function for a ascii codepoints
190INLINE UV 190INLINE UV

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines