* problem with arrays with init tables fixed

This commit is contained in:
florian 1998-11-29 21:45:48 +00:00
parent 1b481e1cca
commit 67d932c449
2 changed files with 10 additions and 4 deletions

View File

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

View File

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