Rika Ichinose 3 år sedan
förälder
incheckning
0634d5349d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      compiler/optdfa.pas

+ 1 - 1
compiler/optdfa.pas

@@ -185,7 +185,7 @@ unit optdfa;
         { update life entry of a node with l, set changed if this changes
         { update life entry of a node with l, set changed if this changes
           life info for the node
           life info for the node
         }
         }
-        procedure updatelifeinfo(n : tnode;l : TDFASet);
+        procedure updatelifeinfo(n : tnode;const l : TDFASet);
           var
           var
             b : boolean;
             b : boolean;
           begin
           begin