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

Comparing COMP/SCRAM/src/DependencyMangler (file contents):
Revision 1.2 by williamc, Fri Mar 19 16:55:38 1999 UTC vs.
Revision 1.3 by williamc, Thu Apr 1 09:55:00 1999 UTC

# Line 4 | Line 4
4   # Add additional targets to reflect mangled names of objects
5   #
6  
7 < @manglenames=qw(_d _pic _PIC);
7 > @manglenames=qw(_d _pic _PIC _Insure);
8   open ( INFILE, "<$ARGV[0]" );
9   open (OUTFILE, ">>$ARGV[0]_tmp");
10   while ( <INFILE> ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines