cvsuser     02/12/30 02:47:08

  Modified:    .        assemble.pl
  Log:
  missing NL for -E option
  
  Revision  Changes    Path
  1.98      +1 -0      parrot/assemble.pl
  
  Index: assemble.pl
  ===================================================================
  RCS file: /cvs/public/parrot/assemble.pl,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -w -r1.97 -r1.98
  --- assemble.pl       18 Dec 2002 04:16:10 -0000      1.97
  +++ assemble.pl       30 Dec 2002 10:47:08 -0000      1.98
  @@ -1077,6 +1077,7 @@
   $macro->preprocess();
   if(exists $args{-E}) {
     print join "\n",@{$macro->contents()};
  +  print "\n";
     exit;
   }
   
  
  
  


Reply via email to