Sfoglia il codice sorgente

* compilation fixed

git-svn-id: trunk@12061 -
florian 17 anni fa
parent
commit
5e448b47a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/optloop.pas

+ 1 - 1
compiler/optloop.pas

@@ -393,7 +393,7 @@ unit optloop;
 
     function OptimizeInductionVariablesSingleForLoop(node : tnode) : tnode;
       var
-        loopcode,
+        loopcode : tblocknode;
         loopcodestatements,
         newcodestatements : tstatementnode;
         fornode : tfornode;