Minor changes
authorMarco Ridoni <marco@mono-cvs.ximian.com>
Thu, 19 Dec 2002 20:57:05 +0000 (20:57 -0000)
committerMarco Ridoni <marco@mono-cvs.ximian.com>
Thu, 19 Dec 2002 20:57:05 +0000 (20:57 -0000)
svn path=/trunk/mcs/; revision=9779

mcs/mbas/statement.cs

index d30a2c0b5748f720957cb06455eb13136eee0e03..5bfee2fecfe2d0df90fd3da58eeb7760d096379a 100644 (file)
@@ -447,6 +447,7 @@ namespace Mono.CSharp {
                        Statement = statement;
                        loc = l;
                }
+               
 
                public override bool Resolve (EmitContext ec)
                {
@@ -2518,7 +2519,7 @@ namespace Mono.CSharp {
                //
                // The statements in this block
                //
-               ArrayList statements;
+               public ArrayList statements;
 
                //
                // An array of Blocks.  We keep track of children just