Difference for lib/collect.pl.in from version 1.11 to 1.12


version 1.11 version 1.12
Line 200
 
Line 200
 line: while(<ARC>) {  line: while(<ARC>) {
      chop;       chop;
      ($var,@values) = split;       ($var,@values) = split;
               if ($var eq "#"){
                   #developper comment, switch to next line
                   $commentNum++;
                   next line;
               }
      if ($var eq "Object") {       if ($var eq "Object") {
  $lface[0] = "";   $lface[0] = "";
  $#lface = 0;   $#lface = 0;
Line 453
 
Line 458
     &info(Treasures.":\t".($#treasure_files+1));      &info(Treasures.":\t".($#treasure_files+1));
     &info(Trash.":\t".$trashNum);      &info(Trash.":\t".$trashNum);
     &info(Smooths.":\t".$smoothNum);      &info(Smooths.":\t".$smoothNum);
       &info("Comment lines:\t".$commentNum);
 }  }


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:44