ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/ToolDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/ToolDoc.pm (file contents):
Revision 1.5 by williamc, Wed Nov 15 10:50:57 2000 UTC vs.
Revision 1.6 by sashby, Fri Oct 19 18:14:23 2001 UTC

# Line 95 | Line 95 | sub tool {
95  
96   sub toolsearcher {
97          my $self=shift;
98 +
99          if ( @_ ) {
100            my $searcher=shift;
101            if ( ! defined $searcher ) {
# Line 316 | Line 317 | sub _searchtools {
317          my $area;
318          my $rtool;
319          my $it=$searcher->newiterator();
320 <
320 >        
321          while ( ! $it->last()  ) {
322               $area=$it->next();
323               if ( defined $area ) {
# Line 506 | Line 507 | sub Environment_Start {
507          my $self=shift;
508          my $name=shift;
509          my $hashref=shift;
510 <
510 >        
511          $self->{switch}->checktag($name, $hashref, 'name');
512          if ( $self->{Arch} ) {
513            my $val=undef;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines