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

Comparing PApp-SQL/SQL.xs (file contents):
Revision 1.16 by stefan, Wed Jan 28 19:50:38 2004 UTC vs.
Revision 1.17 by root, Wed Jan 28 19:55:39 2004 UTC

338 PUSHMARK (SP); 338 PUSHMARK (SP);
339 EXTEND (SP, bind_last - bind_first + 2); 339 EXTEND (SP, bind_last - bind_first + 2);
340 PUSHs (sth); 340 PUSHs (sth);
341 do { 341 do {
342#if CAN_UTF8 342#if CAN_UTF8
343 if(ix & 1) 343 if (ix & 1)
344 SvUTF8_on(SvRV(ST(bind_first))); 344 SvUTF8_on (SvRV(ST(bind_first)));
345#endif 345#endif
346 PUSHs (ST(bind_first)); 346 PUSHs (ST(bind_first));
347 bind_first++; 347 bind_first++;
348 } while (bind_first != bind_last); 348 } while (bind_first != bind_last);
349 349

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines