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

Comparing CV/CV.xs (file contents):
Revision 1.12 by root, Tue Feb 8 11:00:11 2005 UTC vs.
Revision 1.13 by root, Tue Feb 8 11:03:30 2005 UTC

260 260
261 int tmphist[256]; 261 int tmphist[256];
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 SvPOK_on (histsv);
266 SvCUR_set (histsv, 256); 266 SvCUR_set (histsv, 256);
267 hist = SvPVX (histsv); 267 hist = SvPVX (histsv);
268 268
269 Zero (tmphist, 256, int); 269 Zero (tmphist, 256, int);
270 270

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines