2009-02-09 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / mcs / rootcontext.cs
index 686e4f400b6a6ce6bc494551d25148d4975019ea..f12d05e6c5b6e9d8952572c8bb789081a2a9233c 100644 (file)
@@ -25,6 +25,7 @@ namespace Mono.CSharp {
                Default_MCS     = 2,
                ISO_2           = 3,
                LINQ            = 4,
+               Future          = 5,
 
 #if GMCS_SOURCE
                Default         = LINQ
@@ -357,12 +358,7 @@ namespace Mono.CSharp {
                // Public Field, used to track which method is the public entry
                // point.
                //
-               static public MethodInfo EntryPoint;
-
-                //
-                // Track the location of the entry point.
-                //
-                static public Location EntryPointLocation;
+               static public Method EntryPoint;
 
                //
                // These are used to generate unique names on the structs and fields.