Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2009-08-25 14:18:20 +0400
committerJb Evain <jbevain@gmail.com>2009-08-25 14:18:20 +0400
commit561bf6b6b234c3645c26a8bbe7d2d2addbb3957f (patch)
tree4b380e8add0ed77fe22f3bc1b49a50c436e89b4b /mcs/class/System.XML/Mono.Xml.Xsl
parentbbe7b2313f70b1073cf21564c71e182407dfa7aa (diff)
bring a net_2_0 feature set to monotouch
svn path=/trunk/mcs/; revision=140606
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Xsl')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs b/mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs
index 16ebc1e3bf7..bf5e98df201 100644
--- a/mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs
+++ b/mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs
@@ -129,7 +129,7 @@ namespace Mono.Xml.Xsl {
public object Compile (XPathNavigator node)
{
-#if TARGET_JVM
+#if TARGET_JVM || MONOTOUCH
throw new NotImplementedException ();
#else
string suffix = "";