X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbmcs%2Frootcontext.cs;h=9b42c52ee4904e3fa7ca27886fae6ffd0c3d57a1;hb=29df8816d330b8f60efc2be46fa22a954856a0ea;hp=2824da00840d2b489a253daa496655bd89113fc5;hpb=5e28ac06a91f4099ff85424bec2af0501de32224;p=mono.git diff --git a/mcs/bmcs/rootcontext.cs b/mcs/bmcs/rootcontext.cs index 2824da00840..9b42c52ee49 100644 --- a/mcs/bmcs/rootcontext.cs +++ b/mcs/bmcs/rootcontext.cs @@ -123,14 +123,24 @@ namespace Mono.CSharp { } // - // The default compiler checked state + // The default compiler checked state. It's "On" in case of VB.NET compiler. // - static public bool Checked = false; + static public bool Checked = true; + // // Whether to allow Unsafe code // static public bool Unsafe = false; + + // + // VB.NET specific compiler options + // + + // + // The default type checking state + // + static public bool StricterTypeChecking = false; static string MakeFQN (string nsn, string name) {