1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
4 * Copyright (C) Eran Ifrah (Main file for CodeLite www.codelite.org/ )
5 * Copyright (C) Massimo Cora' 2009 <maxcvs@email.it> (Customizations for Anjuta)
7 * anjuta is free software: you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
12 * anjuta is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 * See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License along
18 * with this program. If not, see <http://www.gnu.org/licenses/>.
31 #define LE_REGISTER 267
32 #define LE_TYPEDEF 268
40 #define LE_UNSIGNED 276
41 #define LE_CONTINUE 277
45 #define LE_DEFAULT 281
48 #define LE_VOLATILE 284
56 #define LE_OPERATOR 292
59 #define LE_PROTECTED 295
60 #define LE_PRIVATE 296
61 #define LE_VIRTUAL 297
64 #define LE_OVERLOAD 300
65 #define LE_TEMPLATE 301
66 #define LE_TYPENAME 302
69 #define LE_IDENTIFIER 305
70 #define LE_STRINGliteral 306
71 #define LE_FLOATINGconstant 307
72 #define LE_INTEGERconstant 308
73 #define LE_CHARACTERconstant 309
74 #define LE_OCTALconstant 310
75 #define LE_HEXconstant 311
76 #define LE_POUNDPOUND 312
77 #define LE_CComment 313
78 #define LE_CPPComment 314
79 #define LE_NAMESPACE 315
81 #define LE_TYPEDEFname 317
93 #define LE_ELLIPSIS 329
95 #define LE_DOTstar 331
96 #define LE_ARROWstar 332
97 #define LE_MULTassign 333
98 #define LE_DIVassign 334
99 #define LE_MODassign 335
100 #define LE_PLUSassign 336
101 #define LE_MINUSassign 337
102 #define LE_LSassign 338
103 #define LE_RSassign 339
104 #define LE_ANDassign 340
105 #define LE_ERassign 341
106 #define LE_ORassign 342
108 #define LE_DYNAMIC_CAST 344
109 #define LE_STATIC_CAST 345
110 #define LE_CONST_CAST 346
111 #define LE_REINTERPRET_CAST 347