diff parser/Action.d @ 149:393a1f47a6d2

For loops in AST and sema. Should have correct scope and such now.
author Anders Johnsen <skabet@gmail.com>
date Mon, 21 Jul 2008 21:00:20 +0200
parents 8c09fdaa724e
children ee202c72cd30
line wrap: on
line diff
--- a/parser/Action.d	Mon Jul 21 20:28:11 2008 +0200
+++ b/parser/Action.d	Mon Jul 21 21:00:20 2008 +0200
@@ -288,7 +288,7 @@
 
     /**
      */
-    StmtT actOnForStmt(ref Token forTok, StmtT init, ExprT cond, ExprT incre, StmtT whileBody)
+    StmtT actOnForStmt(ref Token forTok, StmtT init, ExprT cond, ExprT incre, StmtT forBody)
     {
         return null;
     }