2008-06-05 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / mcs / cs-parser.jay
index ab40764d09944f7a6fa6a8ab5666fc82f467fdc5..863cde7f2dfd18222e9661daff35fd98ac26e7b7 100644 (file)
@@ -92,7 +92,7 @@ namespace Mono.CSharp
                ///
                /// The current file.
                ///
-               SourceFile file;
+               CompilationUnit file;
 
                ///
                /// Temporary Xml documentation cache.
@@ -5919,7 +5919,7 @@ static CSharpParser ()
        oob_stack = new Stack ();
 }
 
-public CSharpParser (SeekableStreamReader reader, SourceFile file, ArrayList defines)
+public CSharpParser (SeekableStreamReader reader, CompilationUnit file, ArrayList defines)
 {
        this.file = file;
        current_namespace = new NamespaceEntry (null, file, null);