mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +02:00
* copy totype field in ttypeconvnode.getcopy()
This commit is contained in:
parent
a2d9439661
commit
14197fb830
@ -564,6 +564,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
n:=ttypeconvnode(inherited getcopy);
|
n:=ttypeconvnode(inherited getcopy);
|
||||||
n.convtype:=convtype;
|
n.convtype:=convtype;
|
||||||
|
n.totype:=totype;
|
||||||
getcopy:=n;
|
getcopy:=n;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2481,7 +2482,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.161 2004-11-02 12:55:16 peter
|
Revision 1.162 2004-11-02 20:15:53 jonas
|
||||||
|
* copy totype field in ttypeconvnode.getcopy()
|
||||||
|
|
||||||
|
Revision 1.161 2004/11/02 12:55:16 peter
|
||||||
* nf_internal flag for internal inserted typeconvs. This will
|
* nf_internal flag for internal inserted typeconvs. This will
|
||||||
supress the generation of warning/hints
|
supress the generation of warning/hints
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user