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

Comparing CV/CV.xs (file contents):
Revision 1.11 by root, Tue Feb 8 10:43:44 2005 UTC vs.
Revision 1.12 by root, Tue Feb 8 11:00:11 2005 UTC

262 char *hist; 262 char *hist;
263 263
264 SV *histsv = newSV (257); 264 SV *histsv = newSV (257);
265 sv_upgrade (histsv, SVt_PV); 265 sv_upgrade (histsv, SVt_PV);
266 SvCUR_set (histsv, 256); 266 SvCUR_set (histsv, 256);
267 hist = SvPV_nolen (histsv); 267 hist = SvPVX (histsv);
268 268
269 Zero (tmphist, 256, int); 269 Zero (tmphist, 256, int);
270 270
271 while (len--) 271 while (len--)
272 ++tmphist[(unsigned char)*buf++]; 272 ++tmphist[(unsigned char)*buf++];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines