Browse Source

* writeln debugger uninstalled ;)

florian 25 years ago
parent
commit
11b74e236f
1 changed files with 5 additions and 4 deletions
  1. 5 4
      compiler/symdef.pas

+ 5 - 4
compiler/symdef.pas

@@ -4056,8 +4056,6 @@ Const local_symtable_index : longint = $8001;
      begin
      begin
         inherited init;
         inherited init;
         objecttype:=ot;
         objecttype:=ot;
-        writeln(byte(ot));
-        writeln(byte(objecttype));
         deftype:=objectdef;
         deftype:=objectdef;
         objectoptions:=[];
         objectoptions:=[];
         childof:=nil;
         childof:=nil;
@@ -5523,7 +5521,10 @@ Const local_symtable_index : longint = $8001;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2000-11-06 23:05:52  florian
+  Revision 1.7  2000-11-06 23:11:38  florian
+    * writeln debugger uninstalled ;)
+
+  Revision 1.6  2000/11/06 23:05:52  florian
     * more fixes
     * more fixes
 
 
   Revision 1.5  2000/11/06 20:30:55  peter
   Revision 1.5  2000/11/06 20:30:55  peter
@@ -5542,4 +5543,4 @@ end.
   Revision 1.1  2000/10/31 22:02:52  peter
   Revision 1.1  2000/10/31 22:02:52  peter
     * symtable splitted, no real code changes
     * symtable splitted, no real code changes
 
 
-}
+}