Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 8e047947cd4f0671f365d8a7f63521132e2e48e4)
+++ src/Parser/parser.yy	(revision 909aebf77e5c84dee2d8df4bfce6b50fb89b38dc)
@@ -10,6 +10,6 @@
 // Created On       : Sat Sep  1 20:22:55 2001
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Nov  1 20:59:49 2018
-// Update Count     : 4030
+// Last Modified On : Sat Nov  3 08:55:10 2018
+// Update Count     : 4032
 //
 
@@ -192,5 +192,5 @@
 	} // if
 	return new ForCtrl(
-		distAttr( DeclarationNode::newTypeof( type ), DeclarationNode::newName( index )->addInitializer( new InitializerNode( start ) ) ),
+		distAttr( DeclarationNode::newTypeof( type, true ), DeclarationNode::newName( index )->addInitializer( new InitializerNode( start ) ) ),
 		new ExpressionNode( build_binary_val( compop, new ExpressionNode( build_varref( new string( *index ) ) ), comp ) ),
 		new ExpressionNode( build_binary_val( compop == OperKinds::LThan || compop == OperKinds::LEThan ? // choose += or -= for upto/downto
