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:
authorMiguel de Icaza <miguel@gnome.org>2004-11-25 08:10:31 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-11-25 08:10:31 +0300
commit0af4e0b03967835dfa192ccc5e6caf436406d29d (patch)
tree1823c9b83ba4a1a977a2e010db542ca51c7b0843 /mcs/class/Mono.Xml.Ext
parentb9cab6ad23124d5b5956ae1b97b8c6ff45fcaa57 (diff)
Here too
svn path=/trunk/mcs/; revision=36519
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 ()
{