|
@@ -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
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|