mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +02:00
* fixed rettype->returntype renaming
This commit is contained in:
parent
560d607186
commit
a8f65e699d
@ -1482,9 +1482,9 @@ end;
|
||||
funcretsym :
|
||||
if Assigned(OwnerSym) then
|
||||
with tfuncretsym(sym) do
|
||||
if assigned(rettype.def) then
|
||||
if assigned(rettype.def.typesym) then
|
||||
SetVType(OwnerSym,rettype.def.typesym.name);
|
||||
if assigned(returntype.def) then
|
||||
if assigned(returntype.def.typesym) then
|
||||
SetVType(OwnerSym,returntype.def.typesym.name);
|
||||
procsym :
|
||||
begin
|
||||
with tprocsym(sym) do
|
||||
@ -2125,7 +2125,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.19 2001-08-04 11:06:29 peter
|
||||
Revision 1.20 2001-08-07 17:08:49 peter
|
||||
* fixed rettype->returntype renaming
|
||||
|
||||
Revision 1.19 2001/08/04 11:06:29 peter
|
||||
* browcol has no depends on ide/fv
|
||||
|
||||
Revision 1.18 2001/08/04 10:23:54 peter
|
||||
|
Loading…
Reference in New Issue
Block a user