Updated Spanish translation
[anjuta.git] / plugins / parser-cxx / cxxparser / flex-lexer-plain-tab.h
blobaf89c786e532dc48cb6638643f8453b4886735a0
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * anjuta
4 * Copyright (C) Eran Ifrah (Main file for CodeLite www.codelite.org/ )
5 * Copyright (C) Massimo Cora' 2009 <maxcvs@email.it> (Customizations for Anjuta)
6 *
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/>.
21 #define LE_AUTO 257
22 #define LE_DOUBLE 258
23 #define LE_INT 259
24 #define LE_STRUCT 260
25 #define LE_BREAK 261
26 #define LE_ELSE 262
27 #define LE_LONG 263
28 #define LE_SWITCH 264
29 #define LE_CASE 265
30 #define LE_ENUM 266
31 #define LE_REGISTER 267
32 #define LE_TYPEDEF 268
33 #define LE_CHAR 269
34 #define LE_EXTERN 270
35 #define LE_RETURN 271
36 #define LE_UNION 272
37 #define LE_CONST 273
38 #define LE_FLOAT 274
39 #define LE_SHORT 275
40 #define LE_UNSIGNED 276
41 #define LE_CONTINUE 277
42 #define LE_FOR 278
43 #define LE_SIGNED 279
44 #define LE_VOID 280
45 #define LE_DEFAULT 281
46 #define LE_GOTO 282
47 #define LE_SIZEOF 283
48 #define LE_VOLATILE 284
49 #define LE_DO 285
50 #define LE_IF 286
51 #define LE_STATIC 287
52 #define LE_WHILE 288
53 #define LE_NEW 289
54 #define LE_DELETE 290
55 #define LE_THIS 291
56 #define LE_OPERATOR 292
57 #define LE_CLASS 293
58 #define LE_PUBLIC 294
59 #define LE_PROTECTED 295
60 #define LE_PRIVATE 296
61 #define LE_VIRTUAL 297
62 #define LE_FRIEND 298
63 #define LE_INLINE 299
64 #define LE_OVERLOAD 300
65 #define LE_TEMPLATE 301
66 #define LE_TYPENAME 302
67 #define LE_THROW 303
68 #define LE_CATCH 304
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
80 #define LE_USING 316
81 #define LE_TYPEDEFname 317
82 #define LE_ARROW 318
83 #define LE_ICR 319
84 #define LE_DECR 320
85 #define LE_LS 321
86 #define LE_RS 322
87 #define LE_LE 323
88 #define LE_GE 324
89 #define LE_EQ 325
90 #define LE_NE 326
91 #define LE_ANDAND 327
92 #define LE_OROR 328
93 #define LE_ELLIPSIS 329
94 #define LE_CLCL 330
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
107 #define LE_MACRO 343
108 #define LE_DYNAMIC_CAST 344
109 #define LE_STATIC_CAST 345
110 #define LE_CONST_CAST 346
111 #define LE_REINTERPRET_CAST 347