Browse Source

* removed Writeln

peter 22 years ago
parent
commit
51991609e0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/pass_2.pas

+ 4 - 2
compiler/pass_2.pas

@@ -153,7 +153,6 @@ implementation
         else
         else
           p := strpnew('second '+secondnames[ht]+' (exit)');
           p := strpnew('second '+secondnames[ht]+' (exit)');
         exprasmlist.concat(tai_comment.create(p));
         exprasmlist.concat(tai_comment.create(p));
-        WriteLn(p);
       end;
       end;
 {$endif EXTDEBUG}
 {$endif EXTDEBUG}
 
 
@@ -333,7 +332,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.40  2002-12-21 23:21:47  mazen
+  Revision 1.41  2002-12-22 14:35:39  peter
+    * removed Writeln
+
+  Revision 1.40  2002/12/21 23:21:47  mazen
   + added support for the shift nodes
   + added support for the shift nodes
   + added debug output on screen with -an command line option
   + added debug output on screen with -an command line option