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.15 by root, Thu Nov 7 01:57:58 2002 UTC vs.
Revision 1.16 by stefan, Wed Jan 28 19:50:38 2004 UTC

337 { 337 {
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
343 if(ix & 1)
344 SvUTF8_on(SvRV(ST(bind_first)));
345#endif
342 PUSHs (ST(bind_first)); 346 PUSHs (ST(bind_first));
343 bind_first++; 347 bind_first++;
344 } while (bind_first != bind_last); 348 } while (bind_first != bind_last);
345 349
346 PUTBACK; 350 PUTBACK;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines