summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsgrammar_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-07-16 13:43:28 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-07-16 13:43:28 (GMT)
commit3bd0062535aaa991fadf739f9362851afacb19eb (patch)
tree33ce9d3c324f0d0e351455a6a10cbcfec4f0dbd8 /src/declarative/qml/parser/qmljsgrammar_p.h
parent9df0a5e79c268e4e8cc2fa0f9d4c88fefc146305 (diff)
downloadQt-3bd0062535aaa991fadf739f9362851afacb19eb.zip
Qt-3bd0062535aaa991fadf739f9362851afacb19eb.tar.gz
Qt-3bd0062535aaa991fadf739f9362851afacb19eb.tar.bz2
Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed UiMultilineStringLiteral statements.
Diffstat (limited to 'src/declarative/qml/parser/qmljsgrammar_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsgrammar_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/declarative/qml/parser/qmljsgrammar_p.h b/src/declarative/qml/parser/qmljsgrammar_p.h
index da42f8c..c760564 100644
--- a/src/declarative/qml/parser/qmljsgrammar_p.h
+++ b/src/declarative/qml/parser/qmljsgrammar_p.h
@@ -2,7 +2,7 @@
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtCore module of the Qt Toolkit.
**
@@ -35,7 +35,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
+** contact the sales department at http://www.qtsoftware.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -154,15 +154,15 @@ public:
T_XOR = 78,
T_XOR_EQ = 79,
- ACCEPT_STATE = 621,
- RULE_COUNT = 341,
- STATE_COUNT = 622,
+ ACCEPT_STATE = 616,
+ RULE_COUNT = 337,
+ STATE_COUNT = 617,
TERMINAL_COUNT = 95,
- NON_TERMINAL_COUNT = 105,
+ NON_TERMINAL_COUNT = 103,
- GOTO_INDEX_OFFSET = 622,
- GOTO_INFO_OFFSET = 2247,
- GOTO_CHECK_OFFSET = 2247
+ GOTO_INDEX_OFFSET = 617,
+ GOTO_INFO_OFFSET = 2231,
+ GOTO_CHECK_OFFSET = 2231
};
static const char *const spell [];