2002-11-14 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / mcs / parser.cs
index 08cca9bb487cf025ace465d42801813a310235d2..c30a354ff916ea50424d56adce1e25174c7bb455 100755 (executable)
@@ -1,3 +1,4 @@
+\r
 namespace Compiler {\r
 \r
        using System;\r
@@ -5,9 +6,8 @@ namespace Compiler {
        abstract public class Parser {\r
                public string name;\r
                public System.IO.Stream input;\r
-               public CIR.Tree tree;\r
                \r
-               public Parser (CIR.Tree tree, string name, System.IO.Stream stream) \r
+               public Parser (Mono.CSharp.Tree tree, string name, System.IO.Stream stream) \r
                {\r
                        this.tree = tree;\r
                        this.name = name;\r