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:
Diffstat (limited to 'mcs/class/Mono.Xml.Ext')
-rwxr-xr-xmcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay1
1 files changed, 1 insertions, 0 deletions
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 60ae2db3c81..0f5f2416132 100755
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryParser.jay
@@ -53,6 +53,7 @@ namespace Mono.Xml.XQuery.Parser
{
// See also FunctionCall production rule.
static Hashtable reservedFunctionNames;
+ static int yacc_verbose_flag;
static XQueryParser ()
{