mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:09:18 +02:00
* type = type <procvar>; ignored
This commit is contained in:
parent
c46927161e
commit
71679e0662
@ -4582,6 +4582,7 @@ implementation
|
|||||||
|
|
||||||
function tprocvardef.getcopy : tstoreddef;
|
function tprocvardef.getcopy : tstoreddef;
|
||||||
begin
|
begin
|
||||||
|
result:=self;
|
||||||
(*
|
(*
|
||||||
{ saves a definition to the return type }
|
{ saves a definition to the return type }
|
||||||
rettype : ttype;
|
rettype : ttype;
|
||||||
@ -6378,7 +6379,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.293 2005-02-01 08:46:13 michael
|
Revision 1.294 2005-02-02 19:02:47 florian
|
||||||
|
* type = type <procvar>; ignored
|
||||||
|
|
||||||
|
Revision 1.293 2005/02/01 08:46:13 michael
|
||||||
* Patch from peter: fix macpas anonymous function procvar
|
* Patch from peter: fix macpas anonymous function procvar
|
||||||
|
|
||||||
Revision 1.292 2005/01/30 11:26:40 peter
|
Revision 1.292 2005/01/30 11:26:40 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user