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:
authorAtsushi Eno <atsushieno@gmail.com>2004-11-20 05:13:57 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-11-20 05:13:57 +0300
commitfdf28ff11d092b21de770a86df51c04dcd0c95f2 (patch)
tree4fa9622e51bf09211b2a210d5b900779133ce8b4 /mcs/class/Mono.Xml.Ext
parent9068dcf01c4e63253a9c1040987e2af8be351b98 (diff)
2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
* XQueryParser.jay : don't output parser error by default. svn path=/trunk/mcs/; revision=36337
Diffstat (limited to 'mcs/class/Mono.Xml.Ext')
-rwxr-xr-xmcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog4
-rwxr-xr-xmcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog
index 7007ce6dea5..eb36cb0df72 100755
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XQueryParser.jay : don't output parser error by default.
+
2004-10-28 Atsushi Enomoto <atsushi@ximian.com>
* .cvsignore : should be here ;-)
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay
index f11635bfda2..60ae2db3c81 100755
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay
@@ -80,6 +80,7 @@ namespace Mono.Xml.XQuery.Parser
private XQueryParser ()
{
+ ErrorOutput = TextWriter.Null;
}
// FIXME: we don't need Evidence here at all. It is used only