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