Changeset 22791 for v6

Show
Ignore:
Timestamp:
10/28/08 01:05:36 (2 months ago)
Author:
ruoso
Message:

[smop-s1p] removing unnecessary parenthesis, as pointed by masak++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/src-s1p/ClassHOW.pm

    r22790 r22791  
    3737 
    3838  method bless($how: $prototype, $candidate, *@protoobjects, *%initialize) { 
    39       $candidate.^!isa = ($prototype); 
     39      $candidate.^!isa = $prototype; 
    4040      $candidate.^!does = (); 
    4141      my %whence_eval = $candidate.^!whence.() if