mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-22 21:19:37 +01:00
* added inherited init call to tstringcontainer.init_no_double for Peter
This commit is contained in:
parent
bfe185d206
commit
7d2b96d4d6
@ -786,6 +786,7 @@ end;
|
|||||||
|
|
||||||
constructor tstringcontainer.init_no_double;
|
constructor tstringcontainer.init_no_double;
|
||||||
begin
|
begin
|
||||||
|
inherited init;
|
||||||
doubles:=false;
|
doubles:=false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2216,7 +2217,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.39 1999-08-05 14:58:07 florian
|
Revision 1.40 1999-08-12 23:19:05 pierre
|
||||||
|
* added inherited init call to tstringcontainer.init_no_double for Peter
|
||||||
|
|
||||||
|
Revision 1.39 1999/08/05 14:58:07 florian
|
||||||
* some fixes for the floating point registers
|
* some fixes for the floating point registers
|
||||||
* more things for the new code generator
|
* more things for the new code generator
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user