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

Comparing Faster/Faster.pm (file contents):
Revision 1.13 by root, Fri Mar 10 18:53:49 2006 UTC vs.
Revision 1.14 by root, Fri Mar 10 18:58:20 2006 UTC

389 out_next; 389 out_next;
390} 390}
391 391
392sub op_grepstart { 392sub op_grepstart {
393 out_callop; 393 out_callop;
394 $op = $op->next;
394 out_cond_jump $op->next->other; 395 out_cond_jump $op->other;
395 out_jump_next; 396 out_jump_next;
396} 397}
397 398
398*op_mapstart = \&op_grepstart; 399*op_mapstart = \&op_grepstart;
399 400

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines