From 51991609e0d68a23d1abca7dd50e0fd3265283fb Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Dec 2002 14:35:39 +0000 Subject: [PATCH] * removed Writeln --- compiler/pass_2.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/pass_2.pas b/compiler/pass_2.pas index a88436a499..a9363312a8 100644 --- a/compiler/pass_2.pas +++ b/compiler/pass_2.pas @@ -153,7 +153,6 @@ implementation else p := strpnew('second '+secondnames[ht]+' (exit)'); exprasmlist.concat(tai_comment.create(p)); - WriteLn(p); end; {$endif EXTDEBUG} @@ -333,7 +332,10 @@ implementation end. { $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 debug output on screen with -an command line option