summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslparsertable_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-11-29 09:54:27 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2010-11-29 09:56:26 +0100
commit90bf956cc1bfb2cdf8265aae9147b02b5f250d2f (patch)
tree70837461b97541760c72d68ec842da1a89ae8d95 /src/libs/glsl/glslparsertable_p.h
parent055aa15fccc03c83f95d45a41e935bd7e08623c9 (diff)
downloadqt-creator-90bf956cc1bfb2cdf8265aae9147b02b5f250d2f.tar.gz
Simple error recovery.
Well, it's not very advanced but it is probably good enough for now.
Diffstat (limited to 'src/libs/glsl/glslparsertable_p.h')
-rw-r--r--src/libs/glsl/glslparsertable_p.h63
1 files changed, 6 insertions, 57 deletions
diff --git a/src/libs/glsl/glslparsertable_p.h b/src/libs/glsl/glslparsertable_p.h
index 4faa7e655d..eef2fc13b4 100644
--- a/src/libs/glsl/glslparsertable_p.h
+++ b/src/libs/glsl/glslparsertable_p.h
@@ -1,63 +1,7 @@
-/****************************************************************************
-**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the QtCore module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** No Commercial Usage
-** This file contains pre-release code and may not be distributed.
-** You may use this file in accordance with the terms and conditions
-** contained in the Technology Preview License Agreement accompanying
-** this package.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 2.1 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 2.1 requirements
-** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Nokia gives you certain additional
-** rights. These rights are described in the Nokia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** If you have questions regarding the use of this file, please contact
-** Nokia at qt-info@nokia.com.
-**
-**
-**
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-//
-// W A R N I N G
-// -------------
-//
-// This file is not part of the Qt API. It exists for the convenience
-// of other Qt classes. This header file may change from version to
-// version without notice, or even be removed.
-//
-// We mean it.
-//
-
// This file was generated by qlalr - DO NOT EDIT!
#ifndef GLSLPARSERTABLE_P_H
#define GLSLPARSERTABLE_P_H
-#include <QtCore/qglobal.h>
-
-QT_BEGIN_NAMESPACE
-
class GLSLParserTable
{
public:
@@ -250,6 +194,12 @@ public:
static const char *const spell [];
static const short lhs [];
static const short rhs [];
+
+#ifndef QLALR_NO_GLSLPARSERTABLE_DEBUG_INFO
+ static const int rule_index [];
+ static const int rule_info [];
+#endif // QLALR_NO_GLSLPARSERTABLE_DEBUG_INFO
+
static const short goto_default [];
static const short action_default [];
static const short action_index [];
@@ -277,6 +227,5 @@ public:
};
-QT_END_NAMESPACE
#endif // GLSLPARSERTABLE_P_H