comparison generator/parser/rpp/pp-cctype.h @ 52:09a0f1d048f2

update parser to that from jambi 4.5, attemt to fix building with gcc 4.4
author eldar
date Mon, 18 May 2009 15:23:28 +0000
parents e78566595089
children
comparison
equal deleted inserted replaced
51:2bd596a4b984 52:09a0f1d048f2
1 /**************************************************************************** 1 /****************************************************************************
2 ** 2 **
3 ** Copyright (C) 1992-2008 Nokia. All rights reserved. 3 ** Copyright (C) 1992-2009 Nokia. All rights reserved.
4 ** Copyright 2005 Roberto Raggi <roberto@kdevelop.org> 4 ** Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
5 ** 5 **
6 ** This file is part of Qt Jambi. 6 ** This file is part of Qt Jambi.
7 ** 7 **
8 ** * Commercial Usage 8 ** Commercial Usage
9 * Licensees holding valid Qt Commercial licenses may use this file in 9 Licensees holding valid Qt Commercial licenses may use this file in
10 * accordance with the Qt Commercial License Agreement provided with the 10 accordance with the Qt Commercial License Agreement provided with the
11 * Software or, alternatively, in accordance with the terms contained in 11 Software or, alternatively, in accordance with the terms contained in
12 * a written agreement between you and Nokia. 12 a written agreement between you and Nokia.
13 * 13
14 * 14 GNU Lesser General Public License Usage
15 * GNU General Public License Usage 15 Alternatively, this file may be used under the terms of the GNU Lesser
16 * Alternatively, this file may be used under the terms of the GNU 16 General Public License version 2.1 as published by the Free Software
17 * General Public License versions 2.0 or 3.0 as published by the Free 17 Foundation and appearing in the file LICENSE.LGPL included in the
18 * Software Foundation and appearing in the file LICENSE.GPL included in 18 packaging of this file. Please review the following information to
19 * the packaging of this file. Please review the following information 19 ensure the GNU Lesser General Public License version 2.1 requirements
20 * to ensure GNU General Public Licensing requirements will be met: 20 will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
21 * http://www.fsf.org/licensing/licenses/info/GPLv2.html and 21
22 * http://www.gnu.org/copyleft/gpl.html. In addition, as a special 22 In addition, as a special exception, Nokia gives you certain
23 * exception, Nokia gives you certain additional rights. These rights 23 additional rights. These rights are described in the Nokia Qt LGPL
24 * are described in the Nokia Qt GPL Exception version 1.2, included in 24 Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
25 * the file GPL_EXCEPTION.txt in this package. 25 package.
26 * 26
27 * Qt for Windows(R) Licensees 27 GNU General Public License Usage
28 * As a special exception, Nokia, as the sole copyright holder for Qt 28 Alternatively, this file may be used under the terms of the GNU
29 * Designer, grants users of the Qt/Eclipse Integration plug-in the 29 General Public License version 3.0 as published by the Free Software
30 * right for the Qt/Eclipse Integration to link to functionality 30 Foundation and appearing in the file LICENSE.GPL included in the
31 * provided by Qt Designer and its related libraries. 31 packaging of this file. Please review the following information to
32 * 32 ensure the GNU General Public License version 3.0 requirements will be
33 * 33 met: http://www.gnu.org/copyleft/gpl.html.
34 * If you are unsure which license is appropriate for your use, please 34
35 * contact the sales department at qt-sales@nokia.com. 35 If you are unsure which license is appropriate for your use, please
36 contact the sales department at qt-sales@nokia.com.
36 37
37 ** 38 **
38 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 39 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
39 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 40 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
40 ** 41 **