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

Comparing COMP/SCRAM/src/BuildFile.pm (file contents):
Revision 1.5 by williamc, Thu Mar 18 10:32:03 1999 UTC vs.
Revision 1.6 by williamc, Thu Mar 18 12:53:57 1999 UTC

# Line 121 | Line 121 | sub External_StartTag {
121          my $hashref;
122          
123          $hashref=$switch->SetupValueHash(\@vars);
124 +        $$hashref{'ref'}=~tr[A-Z][a-z];
125          print GNUmakefile $$hashref{'ref'};
126          if ( defined $$hashref{'version'} ) {
127                  print GNUmakefile "_V_".$$hashref{'version'};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines