瀏覽代碼

* add const

Rika Ichinose 3 年之前
父節點
當前提交
0634d5349d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
           life info for the node
         }
-        procedure updatelifeinfo(n : tnode;l : TDFASet);
+        procedure updatelifeinfo(n : tnode;const l : TDFASet);
           var
             b : boolean;
           begin