Browse Source

* problem with arrays with init tables fixed

florian 27 years ago
parent
commit
67d932c449
2 changed files with 10 additions and 4 deletions
  1. 5 2
      compiler/symdef.inc
  2. 5 2
      compiler/symdefh.inc

+ 5 - 2
compiler/symdef.inc

@@ -1579,7 +1579,7 @@
       end;
 
 
-    procedure tarraydef.write_child_rtti_table;
+    procedure tarraydef.write_child_rtti_data;
       begin
          definition^.get_rtti_label;
       end;
@@ -3223,7 +3223,10 @@
 
 {
   $Log$
-  Revision 1.75  1998-11-29 12:45:59  peter
+  Revision 1.76  1998-11-29 21:45:48  florian
+    * problem with arrays with init tables fixed
+
+  Revision 1.75  1998/11/29 12:45:59  peter
     * hack for arraydef.size overflow
 
   Revision 1.74  1998/11/27 14:50:47  peter

+ 5 - 2
compiler/symdefh.inc

@@ -242,7 +242,7 @@
           function getrangecheckstring : string;
           function needs_inittable : boolean;virtual;
           procedure write_rtti_data;virtual;
-          procedure write_child_rtti_table;virtual;
+          procedure write_child_rtti_data;virtual;
        end;
 
        precdef = ^trecdef;
@@ -484,7 +484,10 @@
 
 {
   $Log$
-  Revision 1.10  1998-11-20 15:36:00  florian
+  Revision 1.11  1998-11-29 21:45:49  florian
+    * problem with arrays with init tables fixed
+
+  Revision 1.10  1998/11/20 15:36:00  florian
     * problems with rtti fixed, hope it works
 
   Revision 1.9  1998/11/10 10:09:14  peter