Changeset 22510

Show
Ignore:
Timestamp:
10/05/08 11:42:18 (7 weeks ago)
Author:
pmurias
Message:

[smop] fixed sm0p--

Location:
v6/smop/sm0p
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/sm0p/sm0p_with_actions

    r21915 r22510  
    4242            $self; 
    4343        } else { 
    44             print "no action: $tag\n"; 
    45             {local $_ = $self;$actions->$tag();} 
     44            #print "no action: $tag\n"; 
    4645            $self->SUPER::_REDUCE($tag); 
    4746        } 
  • v6/smop/sm0p/strip_out_actions

    r21466 r22510  
    2828    my $body = $3; 
    2929    my $end = $4; 
    30     $body =~ s/(?<!')\{ ($block) \}/push(@blocks,["${name}__sm0p_$nr",$1]);'{*}' . "  #= sm0p_" . $nr++ . "\n" 
     30    $body =~ s/(?<!')\{ ($block) \}/push(@blocks,["${name}_sm0p_$nr",$1]);'{*}' . "  #= sm0p_" . $nr++ . "\n" 
    3131/egx; 
    3232    $start.$body.$end;