mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 03:39:27 +01:00
* problem with arrays with init tables fixed
This commit is contained in:
parent
1b481e1cca
commit
67d932c449
@ -1579,7 +1579,7 @@
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
procedure tarraydef.write_child_rtti_table;
|
procedure tarraydef.write_child_rtti_data;
|
||||||
begin
|
begin
|
||||||
definition^.get_rtti_label;
|
definition^.get_rtti_label;
|
||||||
end;
|
end;
|
||||||
@ -3223,7 +3223,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* hack for arraydef.size overflow
|
||||||
|
|
||||||
Revision 1.74 1998/11/27 14:50:47 peter
|
Revision 1.74 1998/11/27 14:50:47 peter
|
||||||
|
|||||||
@ -242,7 +242,7 @@
|
|||||||
function getrangecheckstring : string;
|
function getrangecheckstring : string;
|
||||||
function needs_inittable : boolean;virtual;
|
function needs_inittable : boolean;virtual;
|
||||||
procedure write_rtti_data;virtual;
|
procedure write_rtti_data;virtual;
|
||||||
procedure write_child_rtti_table;virtual;
|
procedure write_child_rtti_data;virtual;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
precdef = ^trecdef;
|
precdef = ^trecdef;
|
||||||
@ -484,7 +484,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* problems with rtti fixed, hope it works
|
||||||
|
|
||||||
Revision 1.9 1998/11/10 10:09:14 peter
|
Revision 1.9 1998/11/10 10:09:14 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user