mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* also use gettypename for procdef always
This commit is contained in:
parent
59b98f4047
commit
564e9701f7
@ -177,7 +177,7 @@ implementation
|
||||
function tdef.typename:string;
|
||||
begin
|
||||
if assigned(typesym) and
|
||||
not(deftype=procvardef) and
|
||||
not(deftype in [procvardef,procdef]) and
|
||||
assigned(typesym._realname) and
|
||||
(typesym._realname^[1]<>'$') then
|
||||
typename:=typesym._realname^
|
||||
@ -578,7 +578,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.23 2002-12-29 14:57:50 peter
|
||||
Revision 1.24 2002-12-29 18:26:31 peter
|
||||
* also use gettypename for procdef always
|
||||
|
||||
Revision 1.23 2002/12/29 14:57:50 peter
|
||||
* unit loading changed to first register units and load them
|
||||
afterwards. This is needed to support uses xxx in yyy correctly
|
||||
* unit dependency check fixed
|
||||
|
Loading…
Reference in New Issue
Block a user