Browse Source

* type = type <procvar>; ignored

florian 20 years ago
parent
commit
71679e0662
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/symdef.pas

+ 5 - 1
compiler/symdef.pas

@@ -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