X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fmcs%2Fparser.cs;h=c30a354ff916ea50424d56adce1e25174c7bb455;hb=2b808a73a435ae7c50a5edbd98eb12ba96fef4b5;hp=08cca9bb487cf025ace465d42801813a310235d2;hpb=773a66abc5e63cc1d2f111daeaa2848891dc8f61;p=mono.git diff --git a/mcs/mcs/parser.cs b/mcs/mcs/parser.cs index 08cca9bb487..c30a354ff91 100755 --- a/mcs/mcs/parser.cs +++ b/mcs/mcs/parser.cs @@ -1,3 +1,4 @@ + namespace Compiler { using System; @@ -5,9 +6,8 @@ namespace Compiler { abstract public class Parser { public string name; public System.IO.Stream input; - public CIR.Tree tree; - public Parser (CIR.Tree tree, string name, System.IO.Stream stream) + public Parser (Mono.CSharp.Tree tree, string name, System.IO.Stream stream) { this.tree = tree; this.name = name;