condition tests passes
[mono.git] / mcs / mcs / doc-bootstrap.cs
index 26e64b9c5b3347e35c6530929a4d020409e830be..6683099f6328f8679b985da8cec6b6e1951a7645 100644 (file)
@@ -10,7 +10,7 @@
 //
 //
 
-#if BOOTSTRAP_WITH_OLDLIB
+#if BOOTSTRAP_WITH_OLDLIB || NET_2_1
 
 using XmlElement = System.Object;
 
@@ -25,7 +25,7 @@ namespace Mono.CSharp {
                {
                }
 
-               public static string GetMethodDocCommentName (MethodCore mc, DeclSpace ds)
+               public static string GetMethodDocCommentName (MemberCore mc, Parameters p, DeclSpace ds)
                {
                        return "";
                }