mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* fixed forward resolving with redefined types
This commit is contained in:
parent
a5c620454c
commit
9e61c134bb
@ -936,7 +936,7 @@ unit pdecl;
|
|||||||
if assigned(srsym) and
|
if assigned(srsym) and
|
||||||
(srsym^.typ=typesym) then
|
(srsym^.typ=typesym) then
|
||||||
begin
|
begin
|
||||||
ppointerdef(pd)^.pointertype:=ptypesym(srsym)^.restype;
|
ppointerdef(pd)^.pointertype.setsym(srsym);
|
||||||
{ avoid wrong unused warnings web bug 801 PM }
|
{ avoid wrong unused warnings web bug 801 PM }
|
||||||
inc(srsym^.refs);
|
inc(srsym^.refs);
|
||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
@ -1210,7 +1210,10 @@ unit pdecl;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.180 2000-02-09 13:22:56 peter
|
Revision 1.181 2000-04-17 18:44:22 peter
|
||||||
|
* fixed forward resolving with redefined types
|
||||||
|
|
||||||
|
Revision 1.180 2000/02/09 13:22:56 peter
|
||||||
* log truncated
|
* log truncated
|
||||||
|
|
||||||
Revision 1.179 2000/01/20 12:29:02 pierre
|
Revision 1.179 2000/01/20 12:29:02 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user