compiler: (WIP) Fixes for MinGW/GCC 5
[sdk] / compiler / bootstrap / libec / bootstrap / expression.c
index f68ab69..1087bdf 100644 (file)
@@ -1,4 +1,11 @@
 /* Code generated from eC source file: expression.ec */
+#if defined(_WIN32)
+#define __runtimePlatform 1
+#elif defined(__APPLE__)
+#define __runtimePlatform 3
+#else
+#define __runtimePlatform 2
+#endif
 #if defined(__GNUC__)
 typedef long long int64;
 typedef unsigned long long uint64;
@@ -28,298 +35,196 @@ typedef unsigned __int64 uint64;
 #else
 #define __ENDIAN_PAD(x) 0
 #endif
+#if defined(_WIN32)
+#   if defined(__GNUC__) || defined(__TINYC__)
+#      define ecere_stdcall __attribute__((__stdcall__))
+#      define ecere_gcc_struct __attribute__((gcc_struct))
+#   else
+#      define ecere_stdcall __stdcall
+#      define ecere_gcc_struct
+#   endif
+#else
+#   define ecere_stdcall
+#   define ecere_gcc_struct
+#endif
 #include <stdint.h>
 #include <sys/types.h>
-extern void *  __ecereNameSpace__ecere__com__eSystem_New(unsigned int size);
+enum yytokentype
+{
+IDENTIFIER = 258, CONSTANT = 259, STRING_LITERAL = 260, SIZEOF = 261, PTR_OP = 262, INC_OP = 263, DEC_OP = 264, LEFT_OP = 265, RIGHT_OP = 266, LE_OP = 267, GE_OP = 268, EQ_OP = 269, NE_OP = 270, AND_OP = 271, OR_OP = 272, MUL_ASSIGN = 273, DIV_ASSIGN = 274, MOD_ASSIGN = 275, ADD_ASSIGN = 276, SUB_ASSIGN = 277, LEFT_ASSIGN = 278, RIGHT_ASSIGN = 279, AND_ASSIGN = 280, XOR_ASSIGN = 281, OR_ASSIGN = 282, TYPE_NAME = 283, TYPEDEF = 284, EXTERN = 285, STATIC = 286, AUTO = 287, REGISTER = 288, CHAR = 289, SHORT = 290, INT = 291, UINT = 292, INT64 = 293, INT128 = 294, LONG = 295, SIGNED = 296, UNSIGNED = 297, FLOAT = 298, DOUBLE = 299, CONST = 300, VOLATILE = 301, VOID = 302, VALIST = 303, STRUCT = 304, UNION = 305, ENUM = 306, ELLIPSIS = 307, CASE = 308, DEFAULT = 309, IF = 310, SWITCH = 311, WHILE = 312, DO = 313, FOR = 314, GOTO = 315, CONTINUE = 316, BREAK = 317, RETURN = 318, IFX = 319, ELSE = 320, CLASS = 321, THISCLASS = 322, CLASS_NAME = 323, PROPERTY = 324, SETPROP = 325, GETPROP = 326, NEWOP = 327, RENEW = 328, DELETE = 329, EXT_DECL = 330, EXT_STORAGE = 331, IMPORT = 332, DEFINE = 333, VIRTUAL = 334, ATTRIB = 335, PUBLIC = 336, PRIVATE = 337, TYPED_OBJECT = 338, ANY_OBJECT = 339, _INCREF = 340, EXTENSION = 341, ASM = 342, TYPEOF = 343, WATCH = 344, STOPWATCHING = 345, FIREWATCHERS = 346, WATCHABLE = 347, CLASS_DESIGNER = 348, CLASS_NO_EXPANSION = 349, CLASS_FIXED = 350, ISPROPSET = 351, CLASS_DEFAULT_PROPERTY = 352, PROPERTY_CATEGORY = 353, CLASS_DATA = 354, CLASS_PROPERTY = 355, SUBCLASS = 356, NAMESPACE = 357, NEW0OP = 358, RENEW0 = 359, VAARG = 360, DBTABLE = 361, DBFIELD = 362, DBINDEX = 363, DATABASE_OPEN = 364, ALIGNOF = 365, ATTRIB_DEP = 366, __ATTRIB = 367, BOOL = 368, _BOOL = 369, _COMPLEX = 370, _IMAGINARY = 371, RESTRICT = 372, THREAD = 373, WIDE_STRING_LITERAL = 374, BUILTIN_OFFSETOF = 375
+};
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_New0(unsigned int size);
+extern char * yytext;
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_Renew(void *  memory, unsigned int size);
+int yylex();
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_Renew0(void *  memory, unsigned int size);
+int yyerror();
 
-extern void __ecereNameSpace__ecere__com__eSystem_Delete(void *  memory);
+typedef unsigned char yytype_uint8;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__BTNode;
+typedef signed char yytype_int8;
 
-struct __ecereNameSpace__ecere__sys__BTNode;
+typedef unsigned short int yytype_uint16;
+
+typedef short int yytype_int16;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__BinaryTree;
+void * malloc(size_t);
 
-struct __ecereNameSpace__ecere__sys__BinaryTree
+void free(void *);
+
+static const yytype_uint8 yytranslate[] =
 {
-struct __ecereNameSpace__ecere__sys__BTNode * root;
-int count;
-int (*  CompareKey)(struct __ecereNameSpace__ecere__sys__BinaryTree * tree, uintptr_t a, uintptr_t b);
-void (*  FreeKey)(void *  key);
-} __attribute__ ((gcc_struct));
+0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 133, 2, 2, 123, 135, 128, 2, 121, 122, 129, 130, 127, 131, 124, 134, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 141, 143, 136, 142, 137, 140, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 125, 2, 126, 138, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 144, 139, 145, 132, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__OldList;
+static const yytype_uint16 yyprhs[] =
+{
+0, 0, 3, 5, 7, 11, 13, 15, 17, 19, 21, 24, 29, 32, 39, 45, 52, 58, 66, 73, 81, 88, 90, 92, 94, 99, 103, 108, 112, 115, 119, 122, 125, 127, 129, 133, 137, 140, 143, 146, 149, 154, 157, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 187, 189, 193, 197, 201, 203, 207, 211, 213, 217, 221, 223, 227, 231, 235, 239, 241, 245, 249, 251, 255, 257, 261, 263, 267, 269, 273, 275, 279, 281, 287, 289, 293, 297, 301, 305, 307, 309, 311, 313, 315, 317, 319, 321, 323, 325, 327, 329, 333, 335, 338, 342, 345, 351, 353, 356, 358, 361, 363, 366, 368, 371, 373, 376, 378, 381, 383, 386, 388, 391, 393, 396, 398, 401, 403, 406, 408, 411, 413, 416, 418, 421, 423, 426, 428, 431, 433, 436, 438, 441, 443, 447, 449, 453, 455, 457, 459, 461, 463, 465, 467, 469, 471, 473, 475, 477, 479, 481, 483, 485, 487, 492, 494, 497, 501, 508, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 567, 569, 571, 573, 575, 577, 579, 581, 583, 585, 587, 589, 591, 593, 595, 597, 599, 601, 603, 605, 610, 612, 618, 623, 628, 632, 638, 645, 651, 657, 662, 669, 672, 675, 679, 683, 685, 687, 689, 692, 696, 698, 702, 712, 722, 730, 738, 744, 755, 766, 775, 784, 791, 800, 809, 816, 823, 828, 838, 848, 856, 864, 870, 874, 877, 880, 883, 885, 888, 890, 892, 894, 898, 900, 903, 906, 910, 916, 919, 922, 927, 933, 941, 949, 955, 957, 961, 963, 967, 971, 974, 978, 982, 986, 991, 996, 999, 1003, 1007, 1012, 1016, 1019, 1023, 1027, 1032, 1034, 1036, 1039, 1042, 1045, 1049, 1051, 1053, 1056, 1059, 1062, 1066, 1068, 1071, 1075, 1077, 1081, 1086, 1090, 1095, 1097, 1100, 1103, 1107, 1111, 1113, 1115, 1118, 1121, 1124, 1128, 1132, 1135, 1137, 1140, 1142, 1145, 1148, 1152, 1154, 1158, 1160, 1164, 1167, 1170, 1172, 1174, 1178, 1180, 1183, 1185, 1189, 1194, 1196, 1198, 1200, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1220, 1225, 1229, 1231, 1234, 1236, 1239, 1242, 1244, 1246, 1249, 1251, 1254, 1258, 1260, 1263, 1269, 1277, 1283, 1289, 1297, 1304, 1312, 1317, 1323, 1328, 1332, 1335, 1338, 1341, 1345, 1347, 1353, 1358, 1363, 1367, 1372, 1376, 1380, 1383, 1386, 1388, 1392, 1397, 1401, 1404, 1407, 1410, 1413, 1416, 1419, 1422, 1425, 1429, 1431, 1433, 1437, 1440, 1442, 1444, 1447, 1450, 1452, 1455, 1457, 1459, 1462
+};
 
-struct __ecereNameSpace__ecere__sys__OldList
+static const yytype_int16 yyrhs[] =
 {
-void *  first;
-void *  last;
-int count;
-unsigned int offset;
-unsigned int circ;
-} __attribute__ ((gcc_struct));
+252, 0, -1, 3, -1, 149, -1, 121, 170, 122, -1, 147, -1, 238, -1, 4, -1, 119, -1, 236, -1, 123, 236, -1, 123, 236, 124, 236, -1, 121, 122, -1, 72, 174, 208, 125, 171, 126, -1, 72, 174, 125, 171, 126, -1, 103, 174, 208, 125, 171, 126, -1, 103, 174, 125, 171, 126, -1, 73, 171, 176, 208, 125, 171, 126, -1, 73, 171, 176, 125, 171, 126, -1, 104, 171, 176, 208, 125, 171, 126, -1, 104, 171, 176, 125, 171, 126, -1, 1, -1, 239, -1, 148, -1, 151, 125, 170, 126, -1, 151, 121, 122, -1, 151, 121, 152, 122, -1, 151, 124, 147, -1, 151, 147, -1, 151, 7, 147, -1, 151, 8, -1, 151, 9, -1, 168, -1, 150, -1, 152, 127, 168, -1, 152, 127, 150, -1, 8, 154, -1, 9, 154, -1, 155, 156, -1, 6, 154, -1, 6, 121, 221, 122, -1, 110, 154, -1, 110, 121, 221, 122, -1, 153, -1, 151, -1, 128, -1, 129, -1, 130, -1, 131, -1, 132, -1, 133, -1, 74, -1, 154, -1, 121, 221, 122, 156, -1, 156, -1, 157, 129, 156, -1, 157, 134, 156, -1, 157, 135, 156, -1, 157, -1, 158, 130, 157, -1, 158, 131, 157, -1, 158, -1, 159, 10, 158, -1, 159, 11, 158, -1, 159, -1, 160, 136, 159, -1, 160, 137, 159, -1, 160, 12, 159, -1, 160, 13, 159, -1, 160, -1, 161, 14, 160, -1, 161, 15, 160, -1, 161, -1, 162, 128, 161, -1, 162, -1, 163, 138, 162, -1, 163, -1, 164, 139, 163, -1, 164, -1, 165, 16, 164, -1, 165, -1, 166, 17, 165, -1, 166, -1, 166, 140, 170, 141, 167, -1, 167, -1, 154, 169, 168, -1, 167, 169, 168, -1, 154, 169, 150, -1, 167, 169, 150, -1, 142, -1, 18, -1, 19, -1, 20, -1, 21, -1, 22, -1, 23, -1, 24, -1, 25, -1, 26, -1, 27, -1, 168, -1, 170, 127, 168, -1, 167, -1, 174, 143, -1, 174, 177, 143, -1, 237, 143, -1, 78, 147, 142, 171, 143, -1, 186, -1, 173, 186, -1, 189, -1, 173, 189, -1, 202, -1, 173, 202, -1, 191, -1, 173, 191, -1, 179, -1, 174, 179, -1, 186, -1, 174, 186, -1, 189, -1, 174, 189, -1, 202, -1, 174, 202, -1, 191, -1, 174, 191, -1, 179, -1, 175, 179, -1, 186, -1, 175, 186, -1, 189, -1, 175, 189, -1, 187, -1, 175, 187, -1, 179, -1, 176, 179, -1, 186, -1, 176, 186, -1, 190, -1, 176, 190, -1, 191, -1, 176, 191, -1, 202, -1, 176, 202, -1, 178, -1, 177, 127, 178, -1, 209, -1, 209, 142, 222, -1, 29, -1, 30, -1, 31, -1, 32, -1, 33, -1, 118, -1, 75, -1, 185, -1, 80, -1, 111, -1, 112, -1, 3, -1, 28, -1, 76, -1, 75, -1, 45, -1, 182, -1, 182, 121, 170, 122, -1, 183, -1, 184, 183, -1, 184, 127, 183, -1, 181, 121, 121, 184, 122, 122, -1, 181, 121, 121, 122, 122, -1, 45, -1, 46, -1, 76, -1, 188, -1, 28, -1, 47, -1, 34, -1, 35, -1, 36, -1, 37, -1, 38, -1, 39, -1, 48, -1, 40, -1, 43, -1, 44, -1, 41, -1, 42, -1, 86, -1, 114, -1, 113, -1, 192, -1, 201, -1, 187, -1, 101, 121, 187, 122, -1, 67, -1, 47, -1, 34, -1, 35, -1, 36, -1, 37, -1, 38, -1, 39, -1, 48, -1, 40, -1, 43, -1, 44, -1, 41, -1, 42, -1, 114, -1, 113, -1, 192, -1, 201, -1, 188, -1, 101, 121, 187, 122, -1, 67, -1, 193, 147, 144, 194, 145, -1, 193, 144, 194, 145, -1, 193, 147, 144, 145, -1, 193, 144, 145, -1, 193, 188, 144, 194, 145, -1, 193, 180, 147, 144, 194, 145, -1, 193, 180, 144, 194, 145, -1, 193, 180, 147, 144, 145, -1, 193, 180, 144, 145, -1, 193, 180, 188, 144, 194, 145, -1, 193, 147, -1, 193, 188, -1, 193, 180, 147, -1, 193, 180, 188, -1, 49, -1, 50, -1, 198, -1, 194, 198, -1, 151, 142, 223, -1, 195, -1, 196, 127, 195, -1, 69, 175, 147, 144, 70, 231, 71, 231, 145, -1, 69, 175, 147, 144, 71, 231, 70, 231, 145, -1, 69, 175, 147, 144, 70, 231, 145, -1, 69, 175, 147, 144, 71, 231, 145, -1, 69, 175, 147, 144, 145, -1, 69, 175, 207, 147, 144, 70, 231, 71, 231, 145, -1, 69, 175, 207, 147, 144, 71, 231, 70, 231, 145, -1, 69, 175, 207, 147, 144, 70, 231, 145, -1, 69, 175, 207, 147, 144, 71, 231, 145, -1, 69, 175, 207, 147, 144, 145, -1, 69, 175, 144, 70, 231, 71, 231, 145, -1, 69, 175, 144, 71, 231, 70, 231, 145, -1, 69, 175, 144, 70, 231, 145, -1, 69, 175, 144, 71, 231, 145, -1, 69, 175, 144, 145, -1, 69, 175, 207, 144, 70, 231, 71, 231, 145, -1, 69, 175, 207, 144, 71, 231, 70, 231, 145, -1, 69, 175, 207, 144, 70, 231, 145, -1, 69, 175, 207, 144, 71, 231, 145, -1, 69, 175, 207, 144, 145, -1, 174, 199, 143, -1, 174, 143, -1, 238, 143, -1, 237, 143, -1, 244, -1, 196, 143, -1, 197, -1, 143, -1, 200, -1, 199, 127, 200, -1, 209, -1, 209, 185, -1, 141, 171, -1, 209, 141, 171, -1, 209, 141, 171, 141, 171, -1, 51, 147, -1, 51, 188, -1, 51, 144, 203, 145, -1, 51, 147, 144, 203, 145, -1, 51, 147, 144, 203, 143, 194, 145, -1, 51, 188, 144, 203, 143, 194, 145, -1, 51, 188, 144, 203, 145, -1, 204, -1, 203, 127, 204, -1, 147, -1, 147, 142, 171, -1, 121, 207, 122, -1, 125, 126, -1, 125, 171, 126, -1, 125, 187, 126, -1, 205, 125, 126, -1, 205, 125, 171, 126, -1, 205, 125, 187, 126, -1, 121, 122, -1, 121, 217, 122, -1, 205, 121, 122, -1, 205, 121, 217, 122, -1, 121, 208, 122, -1, 121, 122, -1, 121, 217, 122, -1, 206, 121, 122, -1, 206, 121, 217, 122, -1, 216, -1, 205, -1, 216, 205, -1, 180, 216, -1, 180, 205, -1, 180, 216, 205, -1, 216, -1, 206, -1, 216, 206, -1, 180, 216, -1, 180, 206, -1, 180, 216, 206, -1, 212, -1, 216, 212, -1, 180, 216, 212, -1, 147, -1, 121, 209, 122, -1, 210, 125, 171, 126, -1, 210, 125, 126, -1, 210, 125, 187, 126, -1, 214, -1, 216, 214, -1, 180, 214, -1, 180, 216, 214, -1, 216, 180, 214, -1, 214, -1, 210, -1, 180, 214, -1, 180, 210, -1, 210, 121, -1, 213, 217, 122, -1, 213, 220, 122, -1, 213, 122, -1, 186, -1, 215, 186, -1, 129, -1, 129, 215, -1, 129, 216, -1, 129, 215, 216, -1, 218, -1, 218, 127, 52, -1, 219, -1, 218, 127, 219, -1, 174, 209, -1, 174, 207, -1, 174, -1, 147, -1, 220, 127, 147, -1, 173, -1, 173, 207, -1, 168, -1, 144, 224, 145, -1, 144, 224, 127, 145, -1, 167, -1, 150, -1, 222, -1, 224, 127, 222, -1, 226, -1, 231, -1, 232, -1, 233, -1, 234, -1, 235, -1, 147, 141, 225, -1, 53, 171, 141, 225, -1, 54, 141, 225, -1, 172, -1, 227, 172, -1, 225, -1, 228, 225, -1, 228, 172, -1, 228, -1, 227, -1, 227, 228, -1, 144, -1, 144, 145, -1, 230, 229, 145, -1, 143, -1, 170, 143, -1, 55, 121, 170, 122, 225, -1, 55, 121, 170, 122, 225, 65, 225, -1, 56, 121, 170, 122, 225, -1, 57, 121, 170, 122, 225, -1, 58, 225, 57, 121, 170, 122, 143, -1, 59, 121, 232, 232, 122, 225, -1, 59, 121, 232, 232, 170, 122, 225, -1, 57, 121, 122, 225, -1, 59, 121, 232, 122, 225, -1, 59, 121, 122, 225, -1, 60, 147, 143, -1, 61, 143, -1, 62, 143, -1, 63, 143, -1, 63, 170, 143, -1, 5, -1, 174, 147, 144, 251, 145, -1, 174, 147, 144, 145, -1, 187, 144, 251, 145, -1, 187, 144, 145, -1, 147, 144, 251, 145, -1, 147, 144, 145, -1, 144, 251, 145, -1, 144, 145, -1, 174, 211, -1, 211, -1, 174, 121, 122, -1, 132, 174, 121, 122, -1, 79, 174, 211, -1, 79, 211, -1, 240, 231, -1, 243, 231, -1, 243, 143, -1, 241, 231, -1, 242, 231, -1, 174, 211, -1, 245, 231, -1, 151, 142, 223, -1, 223, -1, 247, -1, 248, 127, 247, -1, 248, 143, -1, 249, -1, 246, -1, 250, 249, -1, 250, 246, -1, 143, -1, 250, 143, -1, 250, -1, 248, -1, 250, 248, -1, 168, -1
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Method;
+static const yytype_uint16 yyrline[] =
+{
+0, 216, 216, 221, 222, 227, 229, 231, 233, 234, 236, 237, 238, 241, 242, 243, 244, 245, 246, 247, 248, 249, 253, 257, 258, 259, 260, 261, 262, 275, 276, 277, 307, 308, 309, 310, 314, 315, 316, 319, 320, 323, 324, 328, 329, 338, 339, 340, 341, 342, 343, 344, 348, 349, 353, 354, 355, 356, 360, 361, 362, 366, 367, 368, 372, 373, 374, 375, 376, 380, 381, 382, 386, 387, 391, 392, 396, 397, 401, 402, 406, 407, 411, 412, 416, 417, 418, 420, 421, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 439, 440, 444, 448, 449, 450, 451, 455, 456, 457, 458, 459, 460, 461, 462, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 480, 481, 482, 483, 484, 485, 486, 487, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 504, 505, 509, 510, 514, 515, 516, 517, 518, 519, 523, 524, 528, 529, 530, 535, 536, 537, 538, 539, 543, 544, 548, 549, 550, 554, 555, 559, 560, 561, 565, 590, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 642, 643, 644, 645, 646, 649, 650, 651, 652, 653, 658, 659, 662, 664, 669, 670, 674, 675, 679, 683, 684, 688, 690, 692, 694, 696, 699, 701, 703, 705, 707, 710, 712, 714, 716, 718, 721, 723, 725, 727, 729, 734, 735, 736, 737, 738, 739, 740, 741, 745, 747, 752, 754, 756, 758, 760, 765, 766, 770, 772, 773, 774, 775, 779, 781, 786, 788, 794, 796, 798, 800, 802, 804, 806, 808, 810, 812, 814, 819, 821, 823, 825, 827, 832, 833, 834, 835, 836, 837, 841, 842, 843, 844, 845, 846, 892, 893, 895, 901, 903, 905, 907, 909, 914, 915, 918, 920, 922, 928, 929, 930, 932, 937, 941, 943, 945, 950, 951, 955, 956, 957, 958, 962, 963, 967, 968, 972, 973, 974, 978, 979, 983, 984, 993, 995, 997, 1013, 1014, 1035, 1037, 1042, 1043, 1044, 1045, 1046, 1047, 1051, 1053, 1055, 1060, 1061, 1065, 1066, 1069, 1073, 1074, 1075, 1079, 1083, 1091, 1096, 1097, 1101, 1102, 1103, 1107, 1108, 1109, 1110, 1112, 1113, 1114, 1118, 1119, 1120, 1121, 1122, 1126, 1130, 1132, 1137, 1139, 1141, 1143, 1148, 1150, 1155, 1157, 1162, 1167, 1172, 1174, 1179, 1181, 1183, 1185, 1187, 1193, 1198, 1203, 1204, 1208, 1210, 1215, 1220, 1221, 1222, 1223, 1224, 1225, 1229, 1230, 1231, 1235
+};
 
-struct __ecereNameSpace__ecere__com__Method
+static const char * const yytname[] =
 {
-const char *  name;
-struct __ecereNameSpace__ecere__com__Method * parent;
-struct __ecereNameSpace__ecere__com__Method * left;
-struct __ecereNameSpace__ecere__com__Method * right;
-int depth;
-int (*  function)();
-int vid;
-int type;
-struct __ecereNameSpace__ecere__com__Class * _class;
-void *  symbol;
-const char *  dataTypeString;
-struct Type * dataType;
-int memberAccess;
-} __attribute__ ((gcc_struct));
+"$end", "error", "$undefined", "IDENTIFIER", "CONSTANT", "STRING_LITERAL", "SIZEOF", "PTR_OP", "INC_OP", "DEC_OP", "LEFT_OP", "RIGHT_OP", "LE_OP", "GE_OP", "EQ_OP", "NE_OP", "AND_OP", "OR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "MOD_ASSIGN", "ADD_ASSIGN", "SUB_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN", "AND_ASSIGN", "XOR_ASSIGN", "OR_ASSIGN", "TYPE_NAME", "TYPEDEF", "EXTERN", "STATIC", "AUTO", "REGISTER", "CHAR", "SHORT", "INT", "UINT", "INT64", "INT128", "LONG", "SIGNED", "UNSIGNED", "FLOAT", "DOUBLE", "CONST", "VOLATILE", "VOID", "VALIST", "STRUCT", "UNION", "ENUM", "ELLIPSIS", "CASE", "DEFAULT", "IF", "SWITCH", "WHILE", "DO", "FOR", "GOTO", "CONTINUE", "BREAK", "RETURN", "IFX", "ELSE", "CLASS", "THISCLASS", "CLASS_NAME", "PROPERTY", "SETPROP", "GETPROP", "NEWOP", "RENEW", "DELETE", "EXT_DECL", "EXT_STORAGE", "IMPORT", "DEFINE", "VIRTUAL", "ATTRIB", "PUBLIC", "PRIVATE", "TYPED_OBJECT", "ANY_OBJECT", "_INCREF", "EXTENSION", "ASM", "TYPEOF", "WATCH", "STOPWATCHING", "FIREWATCHERS", "WATCHABLE", "CLASS_DESIGNER", "CLASS_NO_EXPANSION", "CLASS_FIXED", "ISPROPSET", "CLASS_DEFAULT_PROPERTY", "PROPERTY_CATEGORY", "CLASS_DATA", "CLASS_PROPERTY", "SUBCLASS", "NAMESPACE", "NEW0OP", "RENEW0", "VAARG", "DBTABLE", "DBFIELD", "DBINDEX", "DATABASE_OPEN", "ALIGNOF", "ATTRIB_DEP", "__ATTRIB", "BOOL", "_BOOL", "_COMPLEX", "_IMAGINARY", "RESTRICT", "THREAD", "WIDE_STRING_LITERAL", "BUILTIN_OFFSETOF", "'('", "')'", "'$'", "'.'", "'['", "']'", "','", "'&'", "'*'", "'+'", "'-'", "'~'", "'!'", "'/'", "'%'", "'<'", "'>'", "'^'", "'|'", "'?'", "':'", "'='", "';'", "'{'", "'}'", "$accept", "identifier", "primary_expression", "simple_primary_expression", "anon_instantiation_expression", "postfix_expression", "argument_expression_list", "common_unary_expression", "unary_expression", "unary_operator", "cast_expression", "multiplicative_expression", "additive_expression", "shift_expression", "relational_expression", "equality_expression", "and_expression", "exclusive_or_expression", "inclusive_or_expression", "logical_and_expression", "logical_or_expression", "conditional_expression", "assignment_expression", "assignment_operator", "expression", "constant_expression", "declaration", "specifier_qualifier_list", "declaration_specifiers", "property_specifiers", "renew_specifiers", "init_declarator_list", "init_declarator", "storage_class_specifier", "ext_decl", "_attrib", "attribute_word", "attribute", "attribs_list", "attrib", "type_qualifier", "type", "strict_type", "type_specifier", "strict_type_specifier", "struct_or_union_specifier_compound", "struct_or_union_specifier_nocompound", "struct_or_union", "struct_declaration_list", "default_property", "default_property_list", "property", "struct_declaration", "struct_declarator_list", "struct_declarator", "enum_specifier_nocompound", "enum_specifier_compound", "enumerator_list", "enumerator", "direct_abstract_declarator", "direct_abstract_declarator_noarray", "abstract_declarator", "abstract_declarator_noarray", "declarator", "direct_declarator_nofunction", "declarator_function", "direct_declarator", "direct_declarator_function_start", "direct_declarator_function", "type_qualifier_list", "pointer", "parameter_type_list", "parameter_list", "parameter_declaration", "identifier_list", "type_name", "initializer", "initializer_condition", "initializer_list", "statement", "labeled_statement", "declaration_list", "statement_list", "compound_inside", "compound_start", "compound_statement", "expression_statement", "selection_statement", "iteration_statement", "jump_statement", "string_literal", "instantiation_named", "instantiation_unnamed", "instantiation_anon", "class_function_definition_start", "constructor_function_definition_start", "destructor_function_definition_start", "virtual_class_function_definition_start", "class_function_definition", "instance_class_function_definition_start", "instance_class_function_definition", "data_member_initialization", "data_member_initialization_list", "data_member_initialization_list_coloned", "members_initialization_list_coloned", "members_initialization_list", "expression_unit", 0
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Property;
+static const yytype_uint8 yyr1[] =
+{
+0, 146, 147, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 151, 151, 151, 151, 151, 151, 151, 151, 151, 152, 152, 152, 152, 153, 153, 153, 153, 153, 153, 153, 154, 154, 155, 155, 155, 155, 155, 155, 155, 156, 156, 157, 157, 157, 157, 158, 158, 158, 159, 159, 159, 160, 160, 160, 160, 160, 161, 161, 161, 162, 162, 163, 163, 164, 164, 165, 165, 166, 166, 167, 167, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 171, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 175, 175, 175, 175, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 177, 177, 178, 178, 179, 179, 179, 179, 179, 179, 180, 180, 181, 181, 181, 182, 182, 182, 182, 182, 183, 183, 184, 184, 184, 185, 185, 186, 186, 186, 187, 188, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 192, 192, 192, 192, 193, 193, 194, 194, 195, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 198, 199, 199, 200, 200, 200, 200, 200, 201, 201, 202, 202, 202, 202, 202, 203, 203, 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 207, 208, 208, 208, 208, 208, 208, 209, 209, 209, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 212, 212, 212, 212, 213, 214, 214, 214, 215, 215, 216, 216, 216, 216, 217, 217, 218, 218, 219, 219, 219, 220, 220, 221, 221, 222, 222, 222, 223, 223, 224, 224, 225, 225, 225, 225, 225, 225, 226, 226, 226, 227, 227, 228, 228, 228, 229, 229, 229, 230, 231, 231, 232, 232, 233, 233, 233, 234, 234, 234, 234, 234, 234, 234, 235, 235, 235, 235, 235, 236, 237, 237, 238, 238, 238, 238, 239, 239, 240, 240, 241, 242, 243, 243, 244, 244, 244, 244, 244, 245, 246, 247, 247, 248, 248, 249, 250, 250, 250, 250, 250, 250, 251, 251, 251, 252
+};
 
-struct __ecereNameSpace__ecere__com__Property
+static const yytype_uint8 yyr2[] =
 {
-struct __ecereNameSpace__ecere__com__Property * prev;
-struct __ecereNameSpace__ecere__com__Property * next;
-const char *  name;
-unsigned int isProperty;
-int memberAccess;
-int id;
-struct __ecereNameSpace__ecere__com__Class * _class;
-const char *  dataTypeString;
-struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
-struct Type * dataType;
-void (*  Set)(void * , int);
-int (*  Get)(void * );
-unsigned int (*  IsSet)(void * );
-void *  data;
-void *  symbol;
-int vid;
-unsigned int conversion;
-unsigned int watcherOffset;
-const char *  category;
-unsigned int compiled;
-unsigned int selfWatchable;
-unsigned int isWatchable;
-} __attribute__ ((gcc_struct));
+0, 2, 1, 1, 3, 1, 1, 1, 1, 1, 2, 4, 2, 6, 5, 6, 5, 7, 6, 7, 6, 1, 1, 1, 4, 3, 4, 3, 2, 3, 2, 2, 1, 1, 3, 3, 2, 2, 2, 2, 4, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 3, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 5, 1, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 3, 2, 5, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 2, 3, 6, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 5, 4, 4, 3, 5, 6, 5, 5, 4, 6, 2, 2, 3, 3, 1, 1, 1, 2, 3, 1, 3, 9, 9, 7, 7, 5, 10, 10, 8, 8, 6, 8, 8, 6, 6, 4, 9, 9, 7, 7, 5, 3, 2, 2, 2, 1, 2, 1, 1, 1, 3, 1, 2, 2, 3, 5, 2, 2, 4, 5, 7, 7, 5, 1, 3, 1, 3, 3, 2, 3, 3, 3, 4, 4, 2, 3, 3, 4, 3, 2, 3, 3, 4, 1, 1, 2, 2, 2, 3, 1, 1, 2, 2, 2, 3, 1, 2, 3, 1, 3, 4, 3, 4, 1, 2, 2, 3, 3, 1, 1, 2, 2, 2, 3, 3, 2, 1, 2, 1, 2, 2, 3, 1, 3, 1, 3, 2, 2, 1, 1, 3, 1, 2, 1, 3, 4, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 3, 4, 3, 1, 2, 1, 2, 2, 1, 1, 2, 1, 2, 3, 1, 2, 5, 7, 5, 5, 7, 6, 7, 4, 5, 4, 3, 2, 2, 2, 3, 1, 5, 4, 4, 3, 4, 3, 3, 2, 2, 1, 3, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 1, 1, 3, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_CodePosition;
+static const yytype_uint16 yydefact[] =
+{
+0, 21, 2, 7, 393, 0, 0, 0, 174, 0, 0, 51, 0, 0, 0, 8, 0, 0, 45, 46, 47, 48, 49, 50, 5, 23, 3, 44, 43, 52, 0, 54, 58, 61, 64, 69, 72, 74, 76, 78, 80, 82, 84, 429, 0, 173, 9, 6, 0, 0, 39, 0, 36, 37, 147, 148, 149, 150, 151, 176, 177, 178, 179, 180, 181, 183, 186, 187, 184, 185, 170, 171, 175, 182, 230, 231, 0, 195, 172, 188, 0, 190, 189, 152, 0, 115, 117, 193, 119, 123, 191, 0, 192, 121, 52, 102, 0, 0, 0, 0, 41, 12, 100, 0, 347, 107, 193, 109, 113, 111, 0, 10, 0, 0, 30, 31, 0, 0, 0, 28, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 89, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 272, 273, 0, 153, 155, 156, 157, 0, 0, 334, 116, 0, 0, 154, 118, 120, 124, 122, 306, 0, 305, 0, 226, 0, 227, 197, 198, 199, 200, 201, 202, 204, 207, 208, 205, 206, 196, 203, 215, 0, 210, 209, 0, 133, 135, 213, 137, 139, 211, 212, 141, 0, 0, 0, 0, 4, 0, 0, 0, 0, 108, 110, 114, 112, 300, 348, 299, 0, 0, 424, 0, 399, 353, 44, 352, 0, 416, 22, 0, 421, 417, 427, 420, 0, 0, 29, 25, 33, 0, 32, 27, 0, 87, 85, 55, 56, 57, 59, 60, 62, 63, 67, 68, 65, 66, 70, 71, 73, 75, 77, 79, 81, 0, 88, 86, 397, 0, 40, 281, 0, 279, 0, 0, 0, 295, 344, 0, 0, 338, 340, 0, 332, 335, 336, 309, 308, 0, 0, 0, 307, 0, 0, 0, 0, 264, 219, 5, 0, 0, 0, 0, 235, 0, 263, 232, 0, 403, 0, 319, 0, 0, 6, 0, 0, 0, 0, 261, 0, 0, 228, 229, 0, 0, 0, 134, 136, 138, 140, 142, 0, 0, 0, 0, 0, 42, 101, 290, 0, 0, 284, 0, 0, 303, 302, 0, 0, 301, 53, 11, 401, 0, 0, 0, 314, 413, 373, 0, 414, 0, 419, 425, 423, 428, 422, 398, 26, 0, 24, 0, 396, 0, 0, 274, 0, 0, 194, 0, 0, 343, 342, 325, 311, 324, 299, 294, 296, 0, 14, 333, 337, 310, 0, 297, 0, 0, 0, 0, 125, 127, 131, 129, 0, 0, 407, 0, 46, 0, 0, 0, 0, 0, 0, 0, 258, 314, 0, 0, 265, 267, 402, 324, 0, 321, 0, 217, 233, 0, 262, 328, 0, 331, 345, 0, 0, 0, 320, 260, 259, 408, 411, 412, 410, 409, 218, 0, 224, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 283, 291, 285, 286, 304, 292, 0, 287, 0, 0, 400, 415, 374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 376, 5, 0, 365, 0, 367, 356, 0, 0, 0, 357, 358, 359, 360, 361, 0, 418, 35, 34, 83, 282, 280, 0, 275, 0, 278, 327, 326, 302, 0, 312, 339, 341, 158, 159, 162, 161, 160, 0, 163, 165, 0, 298, 13, 272, 273, 0, 0, 126, 128, 132, 130, 0, 226, 0, 227, 406, 0, 315, 0, 234, 404, 269, 0, 326, 0, 0, 257, 0, 268, 0, 324, 322, 236, 317, 0, 0, 329, 330, 0, 323, 216, 222, 223, 0, 0, 220, 214, 18, 0, 15, 20, 0, 293, 288, 289, 0, 0, 0, 0, 0, 0, 0, 0, 389, 390, 391, 0, 0, 0, 377, 103, 0, 143, 145, 366, 0, 369, 368, 375, 105, 0, 0, 313, 169, 0, 0, 0, 166, 0, 0, 251, 0, 0, 0, 228, 229, 405, 395, 0, 324, 266, 270, 326, 316, 318, 346, 221, 225, 17, 19, 0, 364, 0, 0, 0, 0, 0, 0, 0, 388, 392, 0, 362, 0, 104, 0, 276, 277, 0, 168, 167, 0, 0, 0, 0, 241, 0, 0, 256, 0, 394, 0, 363, 0, 0, 385, 0, 0, 387, 0, 0, 0, 144, 0, 349, 146, 164, 0, 249, 0, 250, 0, 0, 0, 0, 0, 0, 246, 271, 378, 380, 381, 0, 386, 0, 0, 106, 354, 0, 0, 0, 0, 239, 0, 240, 0, 254, 0, 255, 0, 0, 0, 0, 383, 0, 0, 350, 247, 248, 0, 0, 0, 0, 0, 244, 0, 245, 379, 382, 384, 351, 355, 237, 238, 252, 253, 0, 0, 242, 243
+};
 
-struct CodePosition
+static const yytype_int16 yydefgoto[] =
 {
-int line;
-int charPos;
-int pos;
-int included;
-} __attribute__ ((gcc_struct));
+-1, 24, 25, 26, 229, 27, 245, 28, 94, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 102, 131, 491, 96, 606, 104, 305, 403, 199, 601, 602, 85, 306, 169, 528, 529, 530, 170, 86, 44, 45, 88, 203, 89, 90, 91, 307, 308, 309, 310, 311, 423, 424, 92, 93, 276, 277, 221, 175, 344, 176, 414, 312, 313, 388, 314, 315, 289, 316, 345, 285, 286, 440, 110, 685, 233, 708, 494, 495, 496, 497, 498, 363, 499, 500, 501, 502, 503, 46, 317, 47, 234, 319, 320, 321, 322, 323, 235, 236, 237, 238, 239, 240, 241, 48
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Location;
+static const yytype_int16 yypact[] =
+{
+5725, -629, -629, -629, -629, 5765, 5799, 5799, -629, 7463, 5725, -629, 7463, 5725, 5873, -629, 5299, 69, -629, -629, -629, -629, -629, -629, -51, -629, -629, 335, -629, 558, 5725, -629, 278, 160, 293, 60, 308, -45, -38, 20, 105, 41, 558, -629, 66, -629, -629, -629, 193, 5299, -629, 5435, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, 33, -629, -629, -629, 91, -629, -629, -629, 6482, -629, -629, -629, -629, -629, -629, 64, -629, -629, -629, -629, 7645, 6584, 7645, 5299, -629, -629, -629, -20, 6986, -629, 66, -629, -629, -629, 97, 139, 2066, 277, -629, -629, 4411, 277, 5725, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, 1054, -629, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 5725, 1054, 2199, -629, 114, 277, 192, 222, 325, -629, -629, -629, -629, 6686, 5725, 14, -629, 5, 256, -629, -629, -629, -629, -629, 264, 262, 275, 2719, 250, 47, 306, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, 347, -629, -629, 6788, -629, -629, -629, -629, -629, -629, -629, -629, 5725, 332, 6890, 339, -629, 5725, 6380, 5509, 324, -629, -629, -629, -629, 190, -629, 208, 5725, 69, -629, 2332, -629, -629, 103, -629, 6183, -629, -629, 330, -629, -629, -49, -629, 2465, 341, -629, -629, -629, 107, -629, -629, 228, -629, -629, -629, -629, -629, 278, 278, 160, 160, 293, 293, 293, 293, 60, 60, 308, -45, -38, 20, 105, -61, -629, -629, -629, 353, -629, 359, -18, -629, 277, 277, 370, -629, 6081, 382, 383, 379, -629, 384, -629, 14, -629, 264, 275, 387, 7088, 5725, 264, 7554, 6183, 5373, 7463, -629, -629, -51, 244, 4931, 49, 2840, -629, 121, -629, -629, 300, -629, 6285, -629, 444, 373, 374, 330, 330, 330, 271, -629, 2961, 3082, 377, 390, 4567, 325, 5725, -629, -629, -629, -629, -629, 393, 400, 5725, 5725, 402, -629, -629, -629, 414, 415, -629, 412, 100, 190, 208, 7183, 5543, 190, -629, -629, -629, 394, 1054, 120, -629, -629, 395, 4236, -629, 1054, -629, -629, -629, -49, -629, -629, -629, 1054, -629, 5725, -629, 5725, 277, -629, 112, 233, -629, 5979, 147, -629, -629, 300, -629, -629, 693, -629, -629, 7372, -629, -629, -629, 264, 361, -629, 419, 416, 92, 4814, -629, -629, -629, -629, 259, 6183, -629, 5166, 220, 49, 421, 444, 7278, 1054, 206, 5725, -629, 404, 49, 132, -629, 281, -629, 406, 444, -629, 19, -629, -629, 1097, -629, -629, 5583, -629, -629, 424, 111, 19, -629, -629, -629, -629, -629, -629, -629, -629, -629, 3203, -629, 3324, 3445, 4567, 3566, 430, 428, 5725, -629, 431, 432, 5725, -629, -629, -629, -629, 190, -629, 438, -629, 437, 144, -629, -629, -629, 5725, 426, 449, 451, 469, 4369, 473, 277, 452, 453, 4697, 277, -629, 307, 151, -629, 5047, -629, -629, 1667, 1800, 454, -629, -629, -629, -629, -629, 458, -629, -629, -629, -629, -629, -629, 4567, -629, 4567, -629, 300, -629, 693, 19, -629, -629, -629, -629, -629, -629, -629, -629, 475, 481, -629, 688, -629, -629, -629, -629, -40, 459, -629, -629, -629, -629, 18, -629, 92, -629, -629, 444, -629, 484, -629, -629, -629, 2598, 466, 444, 323, -629, 5725, -629, 19, 471, -629, -629, -629, 487, 145, -629, -629, 277, -629, -629, -629, -629, 3687, 3808, -629, -629, -629, 491, -629, -629, 493, -629, -629, -629, 482, 4369, 5725, 5725, 5617, 565, 4620, 483, -629, -629, -629, 197, 488, 4369, -629, -629, 198, -629, 489, -629, 1933, -629, -629, -629, -629, 3929, 4050, -629, -629, 5725, 502, 517, -629, 330, 330, -629, -26, 203, 485, -629, -629, -629, -629, 496, 494, -629, 501, 505, -629, -629, -629, -629, -629, -629, -629, 4369, -629, 235, 273, 4369, 301, 511, 4369, 4654, -629, -629, 5725, -629, 120, -629, 4446, -629, -629, 336, -629, -629, -42, -37, 330, 330, -629, 330, 330, -629, 227, -629, 5725, -629, 4369, 4369, -629, 4369, 5725, -629, 4369, 5691, 507, -629, 4446, -629, -629, -629, 330, -629, 330, -629, -7, -23, 44, 28, 330, 330, -629, -629, 586, -629, -629, 340, -629, 4369, 350, -629, -629, 174, 514, 515, 330, -629, 330, -629, 330, -629, 330, -629, 62, 54, 4369, 518, -629, 4369, 4103, -629, -629, -629, 519, 520, 522, 523, 330, -629, 330, -629, -629, -629, -629, -629, -629, -629, -629, -629, -629, 524, 525, -629, -629
+};
 
-struct Location
+static const yytype_int16 yypgoto[] =
 {
-struct CodePosition start;
-struct CodePosition end;
-} __attribute__ ((gcc_struct));
+-629, 329, -629, -629, -112, 932, -629, -629, 0, -629, 13, 303, 337, 338, 345, 516, 528, 533, 536, 521, -629, 52, 1, 630, -14, 7, -329, -629, 16, -629, 584, -629, 34, -28, 862, -629, -629, -503, -629, 261, 1150, 740, -50, 119, 36, 209, -12, -274, -271, 257, -629, -629, -290, -629, 134, -9, 334, 216, 315, -205, -86, -94, -85, -273, 1110, -217, -352, -629, 1038, -629, 920, -140, -629, 302, -629, 87, -628, -316, -629, 155, -629, -629, 201, -629, -629, -164, -552, -629, -629, -629, -4, -355, 468, -629, -629, -629, -629, -629, -629, -629, 461, 333, 465, 470, -629, -150, -629
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Attrib;
+static const yytype_int16 yytable[] =
+{
+29, 43, 103, 273, 244, 50, 52, 53, 504, 386, 222, 349, 209, 111, 100, 361, 29, 432, 353, 249, 98, 2, 2, 408, 284, 84, 158, 617, 97, 687, 618, 619, 425, 689, 492, 103, 2, 103, 519, 648, 270, 181, 475, 132, 663, 664, 202, 713, 202, 29, 2, 29, 2, 451, 453, 707, 167, 456, 150, 70, 71, 8, 95, 519, 711, 95, 213, 2, 200, 167, 200, 364, 140, 141, 4, 8, 519, 357, 365, 283, 375, 410, 291, 146, 205, 103, 205, 206, 426, 206, 78, 296, 8, 112, 366, 2, 680, 741, 717, 29, 147, 549, 212, 688, 248, 620, 2, 213, 690, 378, 113, 114, 115, 660, 336, 715, 29, 246, 29, 665, 8, 149, 714, 2, 735, 340, 164, 379, 232, 408, 327, 29, 250, 733, 166, 107, 155, 269, 712, 160, 359, 504, 504, 166, 161, 468, 251, 252, 253, 202, 2, 29, 29, 271, 400, 445, 446, 447, 449, 148, 202, 432, 622, 432, 231, 612, 432, 604, 107, 232, 359, 331, 287, 718, 439, 162, 163, 156, 166, 349, 282, 151, 331, 573, 574, 353, 211, 205, 385, 716, 206, 325, 545, 154, 612, 160, 142, 143, 205, 736, 161, 206, 612, 172, 167, 231, 397, 734, 178, 2, 153, 470, 159, 29, 342, 337, 172, 95, 107, 224, 603, 355, 347, 218, 116, 108, 467, 117, 118, 372, 282, 162, 163, 567, 373, 333, 274, 354, 568, 378, 610, 359, 611, 232, 153, 358, 333, 2, 433, 166, 504, 113, 114, 115, 167, 511, 232, 512, 108, 555, 95, 506, 2, 225, 434, 70, 71, 95, 383, 404, 584, 634, 215, 666, 667, 556, 166, 167, 213, 231, 2, 160, 425, 432, 432, 103, 161, 8, 153, 153, 136, 137, 231, 173, 599, -334, 78, 695, 696, 29, -334, 725, 401, 138, 139, 204, 173, 204, 108, 541, 282, 351, 468, 219, 409, 352, 416, 162, 163, 726, 432, 432, 144, 145, 213, 653, 2, 359, 550, 214, 282, -334, -334, 215, 160, 166, 278, 458, 2, 161, 650, 654, 113, 114, 115, 461, 462, 95, 668, 166, 109, 172, 534, 8, 374, 213, 119, 673, 544, 472, 378, 161, 213, 29, 522, 116, 279, 282, 117, 118, 162, 163, 697, 29, 507, 537, 513, 293, 514, 493, 603, 167, 95, 109, 509, 294, 417, 295, 167, 523, 95, 95, 162, 163, 324, 674, 164, 103, 160, 282, 213, 172, 628, 161, 95, 157, 524, 133, 334, 282, 231, 29, 134, 135, 448, 362, 407, 231, 174, 334, 179, 435, 557, 676, 172, 436, 551, 508, 213, 95, 207, 174, 207, 109, 162, 163, 525, 526, 220, 254, 255, 173, 242, 564, 359, 214, 247, 2, 598, 215, 328, 112, 166, 166, 661, 662, 116, 338, 686, 117, 118, 341, 722, 213, 419, 167, 578, 213, 329, 231, 581, 95, 724, 596, 362, 256, 257, 213, 258, 259, 260, 261, 29, 527, 585, 275, 371, 29, 95, 262, 263, 173, 382, 625, 380, 381, 29, 29, 376, 691, 692, 377, 693, 694, 391, 392, 393, 303, 398, 326, 394, 95, 493, 493, 173, 95, 443, 444, 459, 160, 522, 454, 540, 709, 161, 710, 460, 463, 172, 95, 107, 719, 720, 335, 455, 172, 464, 465, 466, 474, 476, 531, 532, 547, 335, 523, 566, 729, 552, 730, -319, 731, 576, 732, 577, 162, 163, 579, 580, 119, 582, 360, 524, 583, 631, 359, 174, 586, 232, 746, 587, 747, 588, 642, 643, 645, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 29, 29, 29, 29, 589, 29, 525, 526, 591, 593, 594, 613, 29, 608, 658, 609, 614, 621, 231, 29, 626, 275, 275, 95, -321, 360, 172, 633, 29, -320, 174, 638, 173, 639, 108, 493, 646, 640, 659, 173, 649, 360, 303, 669, 651, 655, 677, 119, 421, 360, 303, 590, -322, 174, 29, 670, 671, 438, 29, 360, 318, 29, 29, -323, 706, 721, 607, 303, 303, 29, 684, 303, 681, 727, 728, 738, 264, 702, 742, 743, 705, 744, 745, 748, 749, 268, 152, 29, 29, 265, 29, 29, 698, 29, 29, 266, 210, 29, 684, 267, 558, 682, 360, 630, 562, 522, 490, 510, 0, 521, 2, 605, 505, 0, 130, 368, 173, 95, 29, 369, 0, 275, 0, 0, 370, 0, 360, 360, 0, 0, 523, 0, 0, 360, 0, 29, 0, 95, 29, 29, 684, 0, 0, 0, 0, 533, 536, 524, 0, 0, 0, 542, 360, 0, 303, 641, 360, 174, 360, 109, 0, 360, 0, 87, 174, 360, 87, 652, 0, 0, 106, 360, 0, 360, 607, 0, 0, 525, 526, 0, 0, 0, 160, 0, 360, 0, 0, 161, 0, 318, 0, 0, 0, 0, 303, 0, 303, 303, 303, 303, 0, 0, 0, 106, 0, 0, 318, 318, 0, 672, 318, 0, 0, 675, 0, 0, 678, 0, 162, 163, 0, 0, 0, 0, 615, 490, 0, 592, 383, 616, 0, 597, 215, 0, 0, 0, 421, 0, 87, 490, 490, 174, 699, 700, 0, 701, 0, 0, 703, 0, 0, 87, 0, 106, 303, 0, 303, 0, 87, 0, 360, 360, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 623, 0, 624, 0, 0, 360, 737, 0, 0, 739, 0, 0, 0, 360, 360, 0, 0, 0, 360, 0, 0, 0, 0, 106, 0, 0, 0, 635, 0, 280, 0, 0, 303, 303, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 490, 0, 0, 106, 318, 0, 318, 318, 318, 318, 0, 0, 490, 0, 0, 0, 0, 0, 0, 490, 0, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, 180, 87, 348, 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, 216, 106, 0, 490, 0, 0, 87, 490, 0, 0, 490, 0, 0, 318, 106, 318, 360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 490, 490, 177, 490, 0, 0, 490, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 87, 0, 223, 0, 168, 0, 0, 0, 0, 0, 0, 490, 87, 0, 0, 406, 87, 0, 87, 318, 318, 0, 230, 87, 0, 106, 0, 0, 490, 0, 0, 490, 87, 1, 0, 2, 3, 4, 5, 168, 6, 7, 106, 106, 0, 0, 106, 457, 0, 0, 168, 0, 0, 0, 216, 0, 318, 318, 0, 0, 8, 0, 177, 230, 290, 0, 292, 0, 0, 87, 473, 0, 0, 0, 0, 0, 1, 0, 2, 3, 4, 106, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 87, 0, 8, 9, 10, 11, 0, 177, 0, 0, 87, 223, 0, 350, 0, 0, 0, 0, 0, 0, 539, 384, 0, 0, 0, 0, 87, 0, 106, 0, 0, 0, 0, 87, 12, 13, 230, 0, 413, 0, 0, 14, 0, 105, 422, 0, 9, 10, 0, 230, 15, 0, 16, 565, 17, 441, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 106, 0, 106, 106, 106, 106, 0, 227, 105, 12, 13, 390, 0, 0, 0, 0, 0, 0, 396, 0, 0, 0, 0, 0, 0, 15, 0, 51, 415, 17, 413, 0, 0, 0, 428, 430, 0, 0, 0, 0, 0, 0, 87, 171, 0, 106, 106, 0, 304, 0, 0, 0, 0, 0, 384, 201, 171, 201, 105, 0, 106, 518, 106, 217, 0, 304, 304, 0, 0, 304, 0, 0, 0, 0, 216, 0, 0, 0, 0, 543, 0, 0, 413, 0, 0, 0, 518, 0, 415, 413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 559, 0, 106, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 390, 517, 0, 0, 0, 0, 0, 0, 0, 0, 106, 106, 0, 288, 0, 0, 0, 389, 0, 0, 223, 0, 0, 0, 0, 0, 0, 0, 415, 290, 546, 0, 0, 0, 389, 415, 0, 0, 0, 554, 427, 429, 106, 0, 0, 0, 332, 106, 106, 0, 0, 442, 413, 0, 0, 0, 0, 332, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 171, 304, 0, 304, 304, 304, 304, 0, 0, 0, 387, 0, 0, 0, 0, 389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 387, 0, 0, 0, 415, 0, 387, 518, 413, 0, 0, 0, 389, 516, 0, 0, 0, 0, 0, 389, 0, 0, 0, 171, 0, 0, 0, 0, 0, 0, 395, 0, 0, 0, 304, 0, 304, 0, 405, 0, 389, 0, 516, 0, 389, 0, 171, 389, 0, 0, 0, 553, 0, 0, 0, 0, 0, 560, 0, 561, 387, 0, 0, 0, 0, 0, 415, 0, 0, 0, 569, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 387, 515, 0, 0, 0, 0, 0, 387, 0, 0, 0, 0, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 413, 0, 0, 0, 0, 0, 387, 0, 515, 0, 387, 0, 0, 387, 0, 0, 389, 515, 0, 0, 0, 0, 0, 387, 0, 0, 0, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 538, 0, 389, 516, 0, 0, 171, 0, 105, 288, 0, 0, 0, 171, 0, 0, 0, 0, 0, 0, 415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 389, 0, 0, 0, 0, 0, 0, 0, 629, 389, 0, 0, 0, 632, 0, 0, 0, 0, 0, 387, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 387, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 387, 0, 0, 0, 0, 0, 0, 0, 387, 387, 0, 0, 1, 515, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 389, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 488, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 387, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 489, 362, -371, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 488, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 489, 362, -370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 488, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 489, 362, -372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 226, 227, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 226, 227, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 226, 227, 356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 367, 227, -426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 1, 17, 2, 3, 4, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 227, 627, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 302, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 431, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 450, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 452, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 570, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 571, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 572, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 575, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 636, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 637, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 1, 17, 2, 3, 4, 0, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 656, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 8, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 15, 0, 299, 0, 17, 0, 9, 10, 11, 0, 166, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 683, 740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 0, 78, 0, 488, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 83, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 489, 362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, 0, 0, 0, 0, 8, 0, 9, 10, 11, 0, 0, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 8, 0, 0, 0, 0, 14, 0, 0, 0, 9, 10, 11, 0, 0, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 489, 362, 12, 13, 0, 0, 9, 10, 11, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 16, 243, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 227, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 16, 1, 17, 2, 3, 4, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 683, 0, 0, 0, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 77, 0, 297, 0, 0, 9, 10, 0, 160, 78, 0, 0, 298, 161, 8, 0, 0, 0, 0, 79, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 8, 0, 0, 83, 15, 0, 299, 0, 17, 0, 9, 10, 11, 0, 166, 0, 1, 300, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 8, 9, 10, 11, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 16, 647, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 12, 13, 0, 0, 0, 0, 489, 14, 0, 0, 0, 0, 9, 10, 11, 0, 15, 0, 16, 679, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 489, 0, 0, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 595, 0, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 2, 214, 0, 0, 0, 215, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 535, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 2, 0, 418, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 419, 0, 420, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 1, 359, 2, 3, 4, 5, 0, 6, 7, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 600, 0, 0, 0, 8, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 12, 13, 0, 0, 0, 0, 0, 14, 162, 163, 81, 82, 0, 0, 0, 0, 15, 0, 411, 101, 17, 0, 0, 0, 0, 18, 412, 20, 21, 22, 23, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 9, 10, 11, 1, 78, 2, 3, 4, 5, 0, 6, 7, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 8, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 81, 82, 0, 0, 0, 0, 15, 0, 16, 101, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 1, 0, 2, 3, 4, 5, 0, 6, 7, 9, 10, 11, 160, 0, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 0, 14, 162, 163, 0, 0, 0, 0, 0, 0, 15, 0, 411, 101, 17, 0, 0, 0, 0, 18, 412, 20, 21, 22, 23, 9, 10, 11, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 12, 13, 0, 0, 0, 0, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 16, 101, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 11, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 12, 13, 0, 9, 10, 11, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 16, 0, 17, 0, 0, 346, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 12, 13, 0, 0, 0, 0, 0, 14, 0, 9, 10, 11, 0, 0, 0, 0, 15, 0, 16, 0, 17, 0, 0, 471, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 9, 10, 11, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 16, 0, 17, 0, 0, 563, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 12, 13, 0, 0, 0, 0, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 16, 644, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 11, 1, 0, 2, 3, 4, 5, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 12, 13, 0, 9, 10, 11, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 16, 704, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 12, 13, 0, 0, 0, 0, 0, 14, 0, 9, 10, 11, 0, 0, 0, 0, 15, 0, 16, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 9, 10, 11, 1, 14, 2, 3, 4, 5, 0, 6, 7, 0, 15, 0, 49, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 8, 12, 13, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 51, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 99, 0, 17, 0, 0, 0, 0, 18, 19, 20, 21, 22, 23, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 2, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 383, 343, 0, 0, 215, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 2, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 383, 0, 0, 0, 215, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 2, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 359, 0, 0, 0, 0, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 0, 0, 0, 437, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 214, 343, 0, 0, 215, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 164, 0, 0, 0, 165, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 164, 0, 0, 0, 208, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 83, 0, 0, 164, 281, 0, 0, 0, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 70, 71, 193, 194, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 197, 198, 0, 0, 0, 83, 0, 0, 164, 0, 0, 0, 330, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 70, 71, 193, 194, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 197, 198, 0, 0, 0, 83, 0, 0, 164, 0, 0, 8, 339, 0, 0, 0, 166, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 160, 78, 0, 0, 0, 161, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 163, 81, 82, 0, 0, 0, 0, 0, 0, 214, 0, 0, 0, 215, 0, 0, 0, 166, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 0, 0, 0, 399, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 0, 0, 0, 469, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 0, 0, 548, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 8, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 82, 0, 0, 0, 83, 8, 54, 55, 56, 57, 58, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 70, 71, 193, 194, 74, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 197, 198, 0, 0, 0, 83
+};
 
-struct Attrib
+static const yytype_int16 yycheck[] =
 {
-struct Location loc;
-int type;
-struct __ecereNameSpace__ecere__sys__OldList *  attribs;
-} __attribute__ ((gcc_struct));
+0, 0, 16, 153, 116, 5, 6, 7, 363, 282, 104, 216, 97, 17, 14, 232, 16, 307, 223, 131, 13, 3, 3, 297, 164, 9, 76, 530, 12, 71, 70, 71, 305, 70, 363, 49, 3, 51, 390, 591, 152, 91, 358, 30, 70, 71, 96, 70, 98, 49, 3, 51, 3, 324, 325, 683, 84, 328, 17, 45, 46, 28, 10, 415, 71, 13, 127, 3, 96, 97, 98, 235, 12, 13, 5, 28, 428, 227, 127, 164, 141, 298, 168, 128, 96, 99, 98, 96, 305, 98, 76, 177, 28, 144, 143, 3, 648, 725, 70, 99, 138, 417, 122, 145, 118, 145, 3, 127, 145, 127, 7, 8, 9, 616, 199, 71, 116, 116, 118, 145, 28, 16, 145, 3, 70, 210, 121, 145, 112, 403, 180, 131, 131, 71, 129, 16, 49, 151, 145, 75, 121, 496, 497, 129, 80, 350, 133, 134, 135, 199, 3, 151, 152, 152, 294, 319, 320, 321, 322, 139, 210, 451, 144, 453, 112, 517, 456, 496, 49, 153, 121, 199, 165, 145, 314, 111, 112, 144, 129, 384, 164, 140, 210, 454, 455, 390, 99, 199, 282, 145, 199, 144, 409, 0, 546, 75, 136, 137, 210, 145, 80, 210, 554, 84, 232, 153, 292, 145, 144, 3, 144, 351, 121, 213, 213, 208, 97, 165, 99, 122, 493, 225, 215, 104, 121, 16, 126, 124, 125, 122, 214, 111, 112, 122, 127, 199, 122, 224, 127, 127, 511, 121, 513, 227, 144, 142, 210, 3, 127, 129, 605, 7, 8, 9, 282, 143, 240, 145, 49, 127, 208, 373, 3, 124, 143, 45, 46, 215, 121, 297, 126, 126, 125, 70, 71, 143, 129, 305, 127, 227, 3, 75, 555, 573, 574, 299, 80, 28, 144, 144, 130, 131, 240, 84, 143, 75, 76, 70, 71, 299, 80, 127, 295, 10, 11, 96, 97, 98, 99, 403, 294, 121, 517, 104, 298, 125, 300, 111, 112, 145, 610, 611, 14, 15, 127, 127, 3, 121, 122, 121, 314, 111, 112, 125, 75, 129, 144, 330, 3, 80, 143, 143, 7, 8, 9, 338, 339, 295, 145, 129, 16, 232, 402, 28, 126, 127, 27, 122, 408, 352, 127, 80, 127, 363, 3, 121, 144, 351, 124, 125, 111, 112, 145, 373, 373, 403, 143, 121, 145, 363, 653, 409, 330, 49, 377, 121, 142, 125, 416, 28, 338, 339, 111, 112, 144, 122, 121, 411, 75, 383, 127, 282, 552, 80, 352, 76, 45, 129, 199, 393, 358, 411, 134, 135, 143, 144, 297, 365, 84, 210, 91, 121, 141, 122, 305, 125, 419, 375, 127, 377, 96, 97, 98, 99, 111, 112, 75, 76, 104, 136, 137, 232, 113, 436, 121, 121, 117, 3, 141, 125, 144, 144, 129, 129, 618, 619, 121, 125, 122, 124, 125, 122, 122, 127, 141, 493, 459, 127, 121, 417, 463, 419, 122, 487, 144, 138, 139, 127, 140, 141, 142, 143, 482, 122, 477, 156, 145, 487, 436, 144, 145, 282, 122, 543, 278, 279, 496, 497, 145, 663, 664, 142, 666, 667, 122, 122, 127, 178, 121, 180, 126, 459, 496, 497, 305, 463, 143, 143, 125, 75, 3, 144, 403, 687, 80, 689, 126, 125, 409, 477, 411, 695, 696, 199, 144, 416, 122, 122, 126, 145, 145, 122, 126, 122, 210, 28, 122, 711, 144, 713, 144, 715, 122, 717, 126, 111, 112, 126, 126, 230, 122, 232, 45, 126, 557, 121, 232, 141, 552, 733, 121, 735, 121, 587, 588, 589, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 586, 587, 588, 589, 121, 591, 75, 76, 121, 143, 143, 122, 598, 145, 614, 143, 121, 144, 552, 605, 122, 278, 279, 557, 144, 282, 493, 126, 614, 144, 282, 126, 409, 126, 411, 605, 57, 141, 122, 416, 143, 298, 299, 144, 142, 142, 121, 304, 305, 306, 307, 482, 144, 305, 640, 145, 141, 314, 644, 316, 178, 647, 648, 144, 143, 65, 497, 324, 325, 655, 655, 328, 651, 145, 145, 143, 146, 677, 145, 145, 680, 145, 145, 145, 145, 150, 42, 673, 674, 147, 676, 677, 671, 679, 680, 148, 98, 683, 683, 149, 425, 653, 359, 555, 433, 3, 363, 378, -1, 393, 3, 496, 365, -1, 142, 240, 493, 651, 704, 240, -1, 378, -1, -1, 240, -1, 383, 384, -1, -1, 28, -1, -1, 390, -1, 721, -1, 671, 724, 725, 725, -1, -1, -1, -1, 402, 403, 45, -1, -1, -1, 408, 409, -1, 411, 586, 413, 409, 415, 411, -1, 418, -1, 9, 416, 422, 12, 598, -1, -1, 16, 428, -1, 430, 605, -1, -1, 75, 76, -1, -1, -1, 75, -1, 441, -1, -1, 80, -1, 307, -1, -1, -1, -1, 451, -1, 453, 454, 455, 456, -1, -1, -1, 49, -1, -1, 324, 325, -1, 640, 328, -1, -1, 644, -1, -1, 647, -1, 111, 112, -1, -1, -1, -1, 122, 482, -1, 484, 121, 127, -1, 488, 125, -1, -1, -1, 493, -1, 84, 496, 497, 493, 673, 674, -1, 676, -1, -1, 679, -1, -1, 97, -1, 99, 511, -1, 513, -1, 104, -1, 517, 518, -1, -1, -1, -1, 112, -1, -1, -1, -1, -1, -1, 704, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 541, -1, 543, -1, -1, 546, 721, -1, -1, 724, -1, -1, -1, 554, 555, -1, -1, -1, 559, -1, -1, -1, -1, 153, -1, -1, -1, 568, -1, 159, -1, -1, 573, 574, 164, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 586, -1, -1, 178, 451, -1, 453, 454, 455, 456, -1, -1, 598, -1, -1, -1, -1, -1, -1, 605, -1, -1, -1, -1, 610, 611, -1, -1, -1, -1, -1, 84, -1, -1, -1, -1, -1, -1, 91, 214, 215, -1, -1, -1, 97, -1, -1, -1, -1, -1, -1, 104, 227, -1, 640, -1, -1, 232, 644, -1, -1, 647, -1, -1, 511, 240, 513, 653, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 673, 674, 84, 676, -1, -1, 679, -1, -1, -1, -1, -1, -1, -1, -1, 97, -1, -1, -1, -1, 282, -1, 104, -1, 164, -1, -1, -1, -1, -1, -1, 704, 294, -1, -1, 297, 298, -1, 300, 573, 574, -1, 112, 305, -1, 307, -1, -1, 721, -1, -1, 724, 314, 1, -1, 3, 4, 5, 6, 199, 8, 9, 324, 325, -1, -1, 328, 329, -1, -1, 210, -1, -1, -1, 214, -1, 610, 611, -1, -1, 28, -1, 164, 153, 166, -1, 168, -1, -1, 351, 352, -1, -1, -1, -1, -1, 1, -1, 3, 4, 5, 363, -1, -1, -1, -1, -1, -1, 178, -1, -1, -1, -1, -1, -1, -1, -1, 199, -1, -1, -1, 383, -1, 28, 72, 73, 74, -1, 210, -1, -1, 393, 214, -1, 216, -1, -1, -1, -1, -1, -1, 403, 282, -1, -1, -1, -1, 409, -1, 411, -1, -1, -1, -1, 416, 103, 104, 227, -1, 299, -1, -1, 110, -1, 16, 305, -1, 72, 73, -1, 240, 119, -1, 121, 436, 123, 316, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, 451, -1, 453, 454, 455, 456, -1, 144, 49, 103, 104, 282, -1, -1, -1, -1, -1, -1, 289, -1, -1, -1, -1, -1, -1, 119, -1, 121, 299, 123, 359, -1, -1, -1, 305, 306, -1, -1, -1, -1, -1, -1, 493, 84, -1, 496, 497, -1, 307, -1, -1, -1, -1, -1, 383, 96, 97, 98, 99, -1, 511, 390, 513, 104, -1, 324, 325, -1, -1, 328, -1, -1, -1, -1, 403, -1, -1, -1, -1, 408, -1, -1, 411, -1, -1, -1, 415, -1, 359, 418, -1, -1, -1, -1, -1, -1, -1, -1, -1, 428, -1, 552, -1, -1, -1, -1, 365, -1, -1, -1, -1, -1, 383, 384, -1, -1, -1, -1, -1, -1, -1, -1, 573, 574, -1, 166, -1, -1, -1, 282, -1, -1, 403, -1, -1, -1, -1, -1, -1, -1, 411, 412, 413, -1, -1, -1, 299, 418, -1, -1, -1, 422, 305, 306, 605, -1, -1, -1, 199, 610, 611, -1, -1, 316, 493, -1, -1, -1, -1, 210, -1, -1, -1, -1, 433, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 517, -1, -1, 232, 451, -1, 453, 454, 455, 456, -1, -1, -1, 282, -1, -1, -1, -1, 359, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 546, 299, -1, -1, -1, 493, -1, 305, 554, 555, -1, -1, -1, 383, 384, -1, -1, -1, -1, -1, 390, -1, -1, -1, 282, -1, -1, -1, -1, -1, -1, 289, -1, -1, -1, 511, -1, 513, -1, 297, -1, 411, -1, 413, -1, 415, -1, 305, 418, -1, -1, -1, 422, -1, -1, -1, -1, -1, 428, -1, 430, 359, -1, -1, -1, -1, -1, 555, -1, -1, -1, 441, -1, -1, -1, -1, 552, -1, -1, -1, -1, -1, -1, -1, -1, 383, 384, -1, -1, -1, -1, -1, 390, -1, -1, -1, -1, 573, 574, -1, -1, -1, -1, -1, -1, -1, -1, 653, -1, -1, -1, -1, -1, 411, -1, 413, -1, 415, -1, -1, 418, -1, -1, 493, 422, -1, -1, -1, -1, -1, 428, -1, -1, -1, 610, 611, -1, -1, -1, -1, -1, -1, -1, -1, -1, 403, -1, 517, 518, -1, -1, 409, -1, 411, 412, -1, -1, -1, 416, -1, -1, -1, -1, -1, -1, 653, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 546, -1, -1, -1, -1, -1, -1, -1, 554, 555, -1, -1, -1, 559, -1, -1, -1, -1, -1, 493, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 517, 518, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 493, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 546, -1, -1, -1, -1, -1, -1, -1, 554, 555, -1, -1, 1, 559, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 653, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, 78, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, 653, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, 78, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, 78, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, 144, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, 1, 123, 3, 4, 5, -1, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, 28, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, 72, 73, 74, -1, 129, -1, -1, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, 144, 145, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, -1, 76, -1, 78, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, 118, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, 143, 144, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1, -1, -1, -1, -1, -1, 28, -1, 72, 73, 74, -1, -1, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, 28, -1, -1, -1, -1, 110, -1, -1, -1, 72, 73, 74, -1, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, 144, 103, 104, -1, -1, 72, 73, 74, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, 103, 104, -1, -1, -1, -1, 144, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, 1, 123, 3, 4, 5, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 144, -1, -1, -1, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, 67, -1, 69, -1, -1, 72, 73, -1, 75, 76, -1, -1, 79, 80, 28, -1, -1, -1, -1, 86, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 28, -1, -1, 118, 119, -1, 121, -1, 123, -1, 72, 73, 74, -1, 129, -1, 1, 132, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, 143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, 28, 72, 73, 74, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, 103, 104, -1, -1, -1, -1, 143, 110, -1, -1, -1, -1, 72, 73, 74, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, -1, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, 3, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, 3, 121, -1, -1, -1, 125, -1, -1, -1, 129, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 144, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, 3, -1, 121, -1, -1, -1, -1, -1, -1, -1, 129, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 141, -1, 143, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, 1, 121, 3, 4, 5, 6, -1, 8, 9, 129, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 143, -1, -1, -1, 28, -1, -1, -1, -1, -1, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, 103, 104, -1, -1, -1, -1, -1, 110, 111, 112, 113, 114, -1, -1, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, -1, -1, -1, -1, -1, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, 72, 73, 74, 1, 76, 3, 4, 5, 6, -1, 8, 9, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, 28, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, 113, 114, -1, -1, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, 1, -1, 3, 4, 5, 6, -1, 8, 9, 72, 73, 74, 75, -1, -1, -1, -1, 80, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, -1, -1, -1, -1, -1, 110, 111, 112, -1, -1, -1, -1, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 72, 73, 74, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 103, 104, -1, -1, -1, -1, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, -1, -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, 74, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 103, 104, -1, 72, 73, 74, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, -1, 123, -1, -1, 126, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, 103, 104, -1, -1, -1, -1, -1, 110, -1, 72, 73, 74, -1, -1, -1, -1, 119, -1, 121, -1, 123, -1, -1, 126, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, -1, 72, 73, 74, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, -1, 123, -1, -1, 126, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, 103, 104, -1, -1, -1, -1, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, -1, -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, 74, 1, -1, 3, 4, 5, 6, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 28, 103, 104, -1, 72, 73, 74, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, 103, 104, -1, -1, -1, -1, -1, 110, -1, 72, 73, 74, -1, -1, -1, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, -1, 72, 73, 74, 1, 110, 3, 4, 5, 6, -1, 8, 9, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, 28, 103, 104, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, 104, -1, -1, -1, -1, 3, 110, -1, -1, -1, -1, -1, -1, -1, -1, 119, -1, 121, -1, 123, -1, -1, -1, -1, 128, 129, 130, 131, 132, 133, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, 3, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, 122, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, 3, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, 3, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, -1, -1, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, -1, -1, -1, 122, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, 122, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, 122, -1, -1, -1, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, 118, -1, -1, 121, -1, -1, 28, 125, -1, -1, -1, 129, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, -1, -1, -1, 80, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, -1, -1, -1, -1, -1, -1, 121, -1, -1, -1, 125, -1, -1, -1, 129, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, -1, -1, -1, 122, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, -1, -1, -1, 122, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, -1, -1, 121, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 76, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, 114, -1, -1, -1, 118
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ExtDecl;
+static const yytype_uint8 yystos[] =
+{
+0, 1, 3, 4, 5, 6, 8, 9, 28, 72, 73, 74, 103, 104, 110, 119, 121, 123, 128, 129, 130, 131, 132, 133, 147, 148, 149, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 187, 188, 236, 238, 252, 121, 154, 121, 154, 154, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 67, 76, 86, 101, 113, 114, 118, 174, 179, 186, 187, 189, 191, 192, 193, 201, 202, 154, 167, 171, 174, 171, 121, 154, 122, 168, 170, 173, 186, 187, 189, 191, 202, 221, 236, 144, 7, 8, 9, 121, 124, 125, 147, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 142, 169, 156, 129, 134, 135, 130, 131, 10, 11, 12, 13, 136, 137, 14, 15, 128, 138, 139, 16, 17, 140, 169, 144, 0, 221, 144, 147, 188, 121, 75, 80, 111, 112, 121, 125, 129, 179, 180, 181, 185, 186, 189, 191, 202, 206, 208, 216, 144, 147, 180, 188, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 48, 67, 101, 113, 114, 176, 179, 186, 188, 190, 191, 192, 201, 202, 125, 208, 176, 221, 122, 127, 121, 125, 180, 186, 189, 191, 202, 205, 207, 216, 122, 124, 143, 144, 145, 150, 151, 167, 174, 223, 239, 245, 246, 247, 248, 249, 250, 251, 147, 122, 150, 152, 168, 147, 170, 150, 168, 156, 156, 156, 157, 157, 158, 158, 159, 159, 159, 159, 160, 160, 161, 162, 163, 164, 165, 170, 150, 168, 145, 251, 122, 147, 203, 204, 144, 144, 187, 122, 174, 208, 217, 218, 219, 171, 186, 215, 216, 206, 216, 121, 121, 125, 206, 69, 79, 121, 132, 143, 145, 147, 151, 174, 180, 194, 195, 196, 197, 198, 210, 211, 213, 214, 216, 237, 238, 240, 241, 242, 243, 244, 144, 144, 147, 188, 144, 121, 125, 179, 186, 190, 191, 202, 208, 171, 125, 125, 208, 122, 168, 122, 207, 217, 126, 171, 187, 205, 216, 121, 125, 205, 156, 236, 145, 251, 142, 121, 147, 211, 144, 230, 231, 127, 143, 143, 246, 248, 249, 145, 122, 127, 126, 141, 145, 142, 127, 145, 203, 203, 122, 121, 180, 207, 209, 210, 212, 214, 216, 122, 122, 127, 126, 186, 216, 206, 121, 122, 217, 171, 51, 175, 179, 186, 187, 189, 193, 174, 211, 121, 129, 180, 209, 216, 174, 142, 121, 141, 143, 147, 180, 199, 200, 209, 211, 214, 216, 214, 216, 145, 198, 127, 143, 121, 125, 122, 147, 217, 220, 180, 214, 143, 143, 231, 231, 231, 143, 231, 145, 194, 145, 194, 144, 144, 194, 187, 171, 125, 126, 171, 171, 125, 122, 122, 126, 126, 205, 122, 217, 126, 171, 187, 145, 223, 145, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 78, 143, 147, 170, 172, 174, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 237, 247, 150, 168, 167, 171, 204, 143, 145, 143, 145, 210, 214, 216, 180, 212, 52, 219, 3, 28, 45, 75, 76, 122, 182, 183, 184, 122, 126, 147, 188, 144, 147, 179, 186, 187, 189, 207, 147, 180, 188, 211, 216, 122, 121, 223, 122, 171, 144, 214, 216, 127, 143, 141, 185, 180, 214, 214, 195, 126, 171, 187, 122, 122, 127, 214, 145, 145, 145, 194, 194, 145, 122, 126, 171, 126, 126, 171, 122, 126, 126, 171, 141, 121, 121, 121, 225, 121, 147, 143, 143, 143, 170, 147, 141, 143, 143, 177, 178, 209, 172, 228, 172, 225, 145, 143, 194, 194, 212, 122, 121, 122, 127, 183, 70, 71, 145, 144, 144, 147, 147, 188, 122, 145, 251, 214, 200, 171, 214, 126, 126, 147, 145, 145, 126, 126, 141, 225, 170, 170, 122, 170, 57, 122, 232, 143, 143, 142, 225, 127, 143, 142, 145, 145, 170, 122, 183, 231, 231, 70, 71, 145, 70, 71, 145, 144, 145, 141, 225, 122, 122, 225, 122, 121, 225, 122, 232, 171, 178, 144, 168, 222, 122, 71, 145, 70, 145, 231, 231, 231, 231, 70, 71, 145, 171, 225, 225, 225, 170, 225, 122, 170, 143, 222, 224, 231, 231, 71, 145, 70, 145, 71, 145, 70, 145, 231, 231, 65, 122, 225, 122, 127, 145, 145, 145, 231, 231, 231, 231, 71, 145, 70, 145, 225, 143, 225, 145, 222, 145, 145, 145, 145, 231, 231, 145, 145
+};
 
-struct ExtDecl;
+void exit(int status);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassDefinition;
+void * calloc(size_t nmemb, size_t size);
 
-struct ClassDefinition;
+void free(void * ptr);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Context;
+void * malloc(size_t size);
 
-struct Context
-{
-struct Context * parent;
-struct __ecereNameSpace__ecere__sys__BinaryTree types;
-struct __ecereNameSpace__ecere__sys__BinaryTree classes;
-struct __ecereNameSpace__ecere__sys__BinaryTree symbols;
-struct __ecereNameSpace__ecere__sys__BinaryTree structSymbols;
-int nextID;
-int simpleID;
-struct __ecereNameSpace__ecere__sys__BinaryTree templateTypes;
-struct ClassDefinition * classDef;
-unsigned int templateTypesOnly;
-unsigned int hasNameSpace;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Instantiation;
+void * realloc(void * ptr, size_t size);
 
-struct Instantiation
-{
-struct Instantiation * prev;
-struct Instantiation * next;
-struct Location loc;
-struct Specifier * _class;
-struct Expression * exp;
-struct __ecereNameSpace__ecere__sys__OldList *  members;
-struct Symbol * symbol;
-unsigned int fullSet;
-unsigned int isConstant;
-unsigned char *  data;
-struct Location nameLoc;
-struct Location insideLoc;
-unsigned int built;
-} __attribute__ ((gcc_struct));
+long int strtol(const char * nptr, char ** endptr, int base);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Declaration;
+long long int strtoll(const char * nptr, char ** endptr, int base);
 
-struct Declaration
-{
-struct Declaration * prev;
-struct Declaration * next;
-struct Location loc;
-int type;
-union
-{
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
-struct __ecereNameSpace__ecere__sys__OldList *  declarators;
-} __attribute__ ((gcc_struct));
-struct Instantiation * inst;
-struct
-{
-struct Identifier * id;
-struct Expression * exp;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-struct Specifier * extStorage;
-struct Symbol * symbol;
-int declMode;
-} __attribute__ ((gcc_struct));
+unsigned long long int strtoull(const char * nptr, char ** endptr, int base);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Statement;
+typedef __builtin_va_list va_list;
 
-struct Statement
-{
-struct Statement * prev;
-struct Statement * next;
-struct Location loc;
-int type;
-union
-{
-struct __ecereNameSpace__ecere__sys__OldList *  expressions;
-struct
-{
-struct Identifier * id;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) labeled;
-struct
-{
-struct Expression * exp;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) caseStmt;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * declarations;
-struct __ecereNameSpace__ecere__sys__OldList * statements;
-struct Context * context;
-unsigned int isSwitch;
-} __attribute__ ((gcc_struct)) compound;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct Statement * stmt;
-struct Statement * elseStmt;
-} __attribute__ ((gcc_struct)) ifStmt;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) switchStmt;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) whileStmt;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) doWhile;
-struct
-{
-struct Statement * init;
-struct Statement * check;
-struct __ecereNameSpace__ecere__sys__OldList * increment;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) forStmt;
-struct
-{
-struct Identifier * id;
-} __attribute__ ((gcc_struct)) gotoStmt;
-struct
-{
-struct Specifier * spec;
-char * statements;
-struct __ecereNameSpace__ecere__sys__OldList * inputFields;
-struct __ecereNameSpace__ecere__sys__OldList * outputFields;
-struct __ecereNameSpace__ecere__sys__OldList * clobberedFields;
-} __attribute__ ((gcc_struct)) asmStmt;
-struct
-{
-struct Expression * watcher;
-struct Expression * object;
-struct __ecereNameSpace__ecere__sys__OldList * watches;
-} __attribute__ ((gcc_struct)) _watch;
-struct
-{
-struct Identifier * id;
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct __ecereNameSpace__ecere__sys__OldList * filter;
-struct Statement * stmt;
-} __attribute__ ((gcc_struct)) forEachStmt;
-struct Declaration * decl;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
+typedef void FILE;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TypeName;
+FILE * bsl_stdin(void);
 
-struct TypeName;
+FILE * bsl_stdout(void);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Initializer;
+FILE * bsl_stderr(void);
 
-struct Initializer
-{
-struct Initializer * prev;
-struct Initializer * next;
-struct Location loc;
-int type;
-union
-{
-struct Expression * exp;
-struct __ecereNameSpace__ecere__sys__OldList *  list;
-} __attribute__ ((gcc_struct));
-unsigned int isConstant;
-struct Identifier * id;
-} __attribute__ ((gcc_struct));
+char * fgets(char * s, int size, FILE * stream);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__DataValue;
+FILE * fopen(const char * path, const char * mode);
 
-struct __ecereNameSpace__ecere__com__DataValue
-{
+int fclose(FILE * fp);
+
+int fflush(FILE * stream);
+
+int fgetc(FILE * stream);
+
+int fprintf(FILE * stream, const char * format, ...);
+
+int fputc(int c, FILE * stream);
+
+size_t fread(void * ptr, size_t size, size_t nmemb, FILE * stream);
+
+size_t fwrite(const void * ptr, size_t size, size_t nmemb, FILE * stream);
+
+int vsnprintf(char *, size_t, const char *, va_list args);
+
+int snprintf(char * str, size_t, const char * format, ...);
+
+int fseek(FILE * stream, long offset, int whence);
+
+long ftell(FILE * stream);
+
+int feof(FILE * stream);
+
+int ferror(FILE * stream);
+
+int fileno(FILE * stream);
+
+int expression_yydebug;
+
+int expression_yyparse(void);
+
+int expression_yychar;
+
+int expression_yynerrs;
+
+extern int declMode;
+
+struct __ecereNameSpace__ecere__sys__OldList
+{
+void *  first;
+void *  last;
+int count;
+unsigned int offset;
+unsigned int circ;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__sys__BTNode;
+
+struct Type;
+
+struct __ecereNameSpace__ecere__com__DataValue
+{
 union
 {
 char c;
@@ -333,347 +238,199 @@ float f;
 double d;
 long long i64;
 uint64 ui64;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Expression;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-struct Expression
-{
-struct Expression * prev;
-struct Expression * next;
-struct Location loc;
-int type;
-union
-{
-struct
-{
-char *  constant;
-struct Identifier * identifier;
-} __attribute__ ((gcc_struct));
-struct Statement * compound;
-struct Instantiation * instance;
-struct
-{
-char *  string;
-unsigned int intlString;
-} __attribute__ ((gcc_struct));
-struct __ecereNameSpace__ecere__sys__OldList *  list;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * specifiers;
-struct Declarator * decl;
-} __attribute__ ((gcc_struct)) _classExp;
-struct
-{
-struct Identifier * id;
-} __attribute__ ((gcc_struct)) classData;
-struct
-{
-struct Expression * exp;
-struct __ecereNameSpace__ecere__sys__OldList * arguments;
-struct Location argLoc;
-} __attribute__ ((gcc_struct)) call;
-struct
-{
-struct Expression * exp;
-struct __ecereNameSpace__ecere__sys__OldList * index;
-} __attribute__ ((gcc_struct)) index;
-struct
-{
-struct Expression * exp;
-struct Identifier * member;
-int memberType;
-unsigned int thisPtr;
-} __attribute__ ((gcc_struct)) member;
-struct
-{
-int op;
-struct Expression * exp1;
-struct Expression * exp2;
-} __attribute__ ((gcc_struct)) op;
-struct TypeName * typeName;
-struct Specifier * _class;
-struct
-{
-struct TypeName * typeName;
-struct Expression * exp;
-} __attribute__ ((gcc_struct)) cast;
-struct
-{
-struct Expression * cond;
-struct __ecereNameSpace__ecere__sys__OldList * exp;
-struct Expression * elseExp;
-} __attribute__ ((gcc_struct)) cond;
-struct
-{
-struct TypeName * typeName;
-struct Expression * size;
-} __attribute__ ((gcc_struct)) _new;
-struct
-{
-struct TypeName * typeName;
-struct Expression * size;
-struct Expression * exp;
-} __attribute__ ((gcc_struct)) _renew;
-struct
-{
-char * table;
-struct Identifier * id;
-} __attribute__ ((gcc_struct)) db;
-struct
-{
-struct Expression * ds;
-struct Expression * name;
-} __attribute__ ((gcc_struct)) dbopen;
-struct
-{
-struct TypeName * typeName;
-struct Initializer * initializer;
-} __attribute__ ((gcc_struct)) initializer;
-struct
+struct __ecereNameSpace__ecere__com__SerialBuffer
 {
-struct Expression * exp;
-struct TypeName * typeName;
-} __attribute__ ((gcc_struct)) vaArg;
-} __attribute__ ((gcc_struct));
-unsigned int debugValue;
-struct __ecereNameSpace__ecere__com__DataValue val;
-uint64 address;
-unsigned int hasAddress;
-struct Type * expType;
-struct Type * destType;
-unsigned int usage;
-int tempCount;
-unsigned int byReference;
-unsigned int isConstant;
-unsigned int addedThis;
-unsigned int needCast;
-unsigned int thisPtr;
-unsigned int opDestType;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateDatatype;
-
-struct TemplateDatatype;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateArgument;
-
-struct TemplateArgument;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateParameter;
+unsigned char *  _buffer;
+unsigned int count;
+unsigned int _size;
+unsigned int pos;
+} ecere_gcc_struct;
 
-struct TemplateParameter;
+extern void *  __ecereNameSpace__ecere__com__eSystem_New(unsigned int size);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Specifier;
+extern void *  __ecereNameSpace__ecere__com__eSystem_New0(unsigned int size);
 
-struct Specifier
-{
-struct Specifier * prev;
-struct Specifier * next;
-struct Location loc;
-int type;
-union
-{
-int specifier;
-struct
-{
-struct ExtDecl * extDecl;
-char *  name;
-struct Symbol * symbol;
-struct __ecereNameSpace__ecere__sys__OldList *  templateArgs;
-} __attribute__ ((gcc_struct));
-struct
-{
-struct Identifier * id;
-struct __ecereNameSpace__ecere__sys__OldList *  list;
-struct __ecereNameSpace__ecere__sys__OldList *  baseSpecs;
-struct __ecereNameSpace__ecere__sys__OldList *  definitions;
-unsigned int addNameSpace;
-struct Context * ctx;
-struct ExtDecl * extDeclStruct;
-} __attribute__ ((gcc_struct));
-struct Expression * expression;
-struct Specifier * _class;
-struct TemplateParameter * templateParameter;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
+extern void *  __ecereNameSpace__ecere__com__eSystem_Renew(void *  memory, unsigned int size);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Identifier;
+extern void *  __ecereNameSpace__ecere__com__eSystem_Renew0(void *  memory, unsigned int size);
 
-struct Identifier
-{
-struct Identifier * prev;
-struct Identifier * next;
-struct Location loc;
-struct Symbol * classSym;
-struct Specifier * _class;
-char *  string;
-struct Identifier * badID;
-} __attribute__ ((gcc_struct));
+extern void __ecereNameSpace__ecere__com__eSystem_Delete(void *  memory);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Pointer;
+struct Enumerator;
 
 struct Pointer;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Declarator;
-
-struct Declarator
-{
-struct Declarator * prev;
-struct Declarator * next;
-struct Location loc;
-int type;
-struct Symbol * symbol;
-struct Declarator * declarator;
-union
-{
-struct Identifier * identifier;
-struct
-{
-struct Expression * exp;
-struct Expression * posExp;
-struct Attrib * attrib;
-} __attribute__ ((gcc_struct)) structDecl;
-struct
-{
-struct Expression * exp;
-struct Specifier * enumClass;
-} __attribute__ ((gcc_struct)) array;
-struct
-{
-struct __ecereNameSpace__ecere__sys__OldList * parameters;
-} __attribute__ ((gcc_struct)) function;
-struct
-{
-struct Pointer * pointer;
-} __attribute__ ((gcc_struct)) pointer;
-struct
-{
-struct ExtDecl * extended;
-} __attribute__ ((gcc_struct)) extended;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_FunctionDefinition;
+struct TypeName;
 
 struct FunctionDefinition;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBTableDef;
+struct External;
 
-struct DBTableDef;
+struct Context;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_External;
+struct AsmField;
 
-struct External;
+struct ExtDecl;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ModuleImport;
+struct ClassDefinition;
 
-struct ModuleImport;
+struct Symbol;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassImport;
+struct PropertyWatch;
 
-struct ClassImport;
+struct TemplateParameter;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Symbol;
+struct TemplateArgument;
 
-struct Symbol;
+struct TemplateDatatype;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Type;
+struct DBTableEntry;
 
-struct Type;
+struct DBIndexItem;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Class;
+struct DBTableDef;
 
-struct __ecereNameSpace__ecere__com__Class
+struct CodePosition
 {
-struct __ecereNameSpace__ecere__com__Class * prev;
-struct __ecereNameSpace__ecere__com__Class * next;
-const char *  name;
-int offset;
-int structSize;
-int (* *  _vTbl)();
-int vTblSize;
-int (*  Constructor)(struct __ecereNameSpace__ecere__com__Instance *);
-void (*  Destructor)(struct __ecereNameSpace__ecere__com__Instance *);
-int offsetClass;
-int sizeClass;
-struct __ecereNameSpace__ecere__com__Class * base;
-struct __ecereNameSpace__ecere__sys__BinaryTree methods;
-struct __ecereNameSpace__ecere__sys__BinaryTree members;
-struct __ecereNameSpace__ecere__sys__BinaryTree prop;
-struct __ecereNameSpace__ecere__sys__OldList membersAndProperties;
-struct __ecereNameSpace__ecere__sys__BinaryTree classProperties;
-struct __ecereNameSpace__ecere__sys__OldList derivatives;
-int memberID;
-int startMemberID;
+int line;
+int charPos;
+int pos;
+int included;
+} ecere_gcc_struct;
+
+extern size_t strlen(const char * );
+
+extern char *  __ecereNameSpace__ecere__sys__CopyString(const char *  string);
+
+static void yy_stack_print(yytype_int16 * yybottom, yytype_int16 * yytop)
+{
+fprintf((bsl_stderr()), "Stack now");
+for(; yybottom <= yytop; yybottom++)
+{
+int yybot = *yybottom;
+
+fprintf((bsl_stderr()), " %d", yybot);
+}
+fprintf((bsl_stderr()), "\n");
+}
+
+extern void FreeList(struct __ecereNameSpace__ecere__sys__OldList * list, void (*  FreeFunction)(void * ));
+
+extern struct __ecereNameSpace__ecere__sys__OldList *  MkListOne(void *  item);
+
+extern struct __ecereNameSpace__ecere__sys__OldList *  MkList(void);
+
+extern void ListAdd(struct __ecereNameSpace__ecere__sys__OldList * list, void *  item);
+
+extern void FreeEnumerator(struct Enumerator * enumerator);
+
+extern void FreePointer(struct Pointer * pointer);
+
+extern struct Pointer * MkPointer(struct __ecereNameSpace__ecere__sys__OldList * qualifiers, struct Pointer * pointer);
+
+extern void FreeTypeName(struct TypeName * typeName);
+
+extern void PopContext(struct Context * ctx);
+
+extern void FreeContext(struct Context * context);
+
+extern struct Context * PushContext(void);
+
+extern void FreeExtDecl(struct ExtDecl * extDecl);
+
+extern struct ExtDecl * MkExtDeclString(char * s);
+
+struct Location
+{
+struct CodePosition start;
+struct CodePosition end;
+} ecere_gcc_struct;
+
+extern struct Location yylloc;
+
+struct Location expression_yylloc;
+
+struct Attrib
+{
+struct Location loc;
 int type;
-struct __ecereNameSpace__ecere__com__Instance * module;
-struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace;
-const char *  dataTypeString;
-struct Type * dataType;
-int typeSize;
-int defaultAlignment;
-void (*  Initialize)();
-int memberOffset;
-struct __ecereNameSpace__ecere__sys__OldList selfWatchers;
-const char *  designerClass;
-unsigned int noExpansion;
-const char *  defaultProperty;
-unsigned int comRedefinition;
-int count;
-int isRemote;
-unsigned int internalDecl;
-void *  data;
-unsigned int computeSize;
-int structAlignment;
-int destructionWatchOffset;
-unsigned int fixed;
-struct __ecereNameSpace__ecere__sys__OldList delayedCPValues;
-int inheritanceAccess;
-const char *  fullName;
-void *  symbol;
-struct __ecereNameSpace__ecere__sys__OldList conversions;
-struct __ecereNameSpace__ecere__sys__OldList templateParams;
-struct __ecereNameSpace__ecere__com__ClassTemplateArgument *  templateArgs;
-struct __ecereNameSpace__ecere__com__Class * templateClass;
-struct __ecereNameSpace__ecere__sys__OldList templatized;
-int numParams;
-unsigned int isInstanceClass;
-unsigned int byValueSystemClass;
-} __attribute__ ((gcc_struct));
+struct __ecereNameSpace__ecere__sys__OldList *  attribs;
+} ecere_gcc_struct;
 
-extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name);
+extern void FreeAttrib(struct Attrib * attr);
 
-extern void __ecereNameSpace__ecere__com__eClass_SetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, long long value);
+extern struct ExtDecl * MkExtDeclAttrib(struct Attrib * attr);
 
-extern void __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
+extern struct Attrib * MkAttrib(int type, struct __ecereNameSpace__ecere__sys__OldList *  attribs);
 
-extern void __ecereNameSpace__ecere__com__eInstance_SetMethod(struct __ecereNameSpace__ecere__com__Instance * instance, const char *  name, void *  function);
+struct Expression;
 
-extern void __ecereNameSpace__ecere__com__eInstance_IncRef(struct __ecereNameSpace__ecere__com__Instance * instance);
+struct Expression * parsedExpression;
 
-extern void __ecereNameSpace__ecere__com__eInstance_StopWatching(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property, struct __ecereNameSpace__ecere__com__Instance * object);
+extern void FreeExpression(struct Expression * exp);
 
-extern void __ecereNameSpace__ecere__com__eInstance_Watch(void *  instance, struct __ecereNameSpace__ecere__com__Property * _property, void *  object, void (*  callback)(void * , void * ));
+extern struct Expression * MkExpBrackets(struct __ecereNameSpace__ecere__sys__OldList * expressions);
 
-extern void __ecereNameSpace__ecere__com__eInstance_FireWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
+extern struct Expression * MkExpConstant(const char *  string);
+
+extern struct Expression * MkExpWideString(const char *  string);
+
+extern struct Expression * MkExpString(const char *  string);
+
+extern struct Expression * MkExpIntlString(const char *  string, const char *  context);
+
+extern struct Expression * MkExpDummy(void);
+
+extern struct Expression * MkExpNew(struct TypeName * type, struct Expression * size);
+
+extern struct Expression * MkExpNew0(struct TypeName * type, struct Expression * size);
+
+extern struct Expression * MkExpRenew(struct Expression * memExp, struct TypeName * type, struct Expression * size);
+
+extern struct Expression * MkExpRenew0(struct Expression * memExp, struct TypeName * type, struct Expression * size);
+
+extern struct Expression * MkExpIndex(struct Expression * expression, struct __ecereNameSpace__ecere__sys__OldList * index);
+
+extern struct Expression * MkExpCall(struct Expression * expression, struct __ecereNameSpace__ecere__sys__OldList * arguments);
+
+extern struct Expression * MkExpOp(struct Expression * exp1, int op, struct Expression * exp2);
+
+extern struct Expression * MkExpTypeSize(struct TypeName * typeName);
+
+extern struct Expression * MkExpTypeAlign(struct TypeName * typeName);
+
+extern struct Expression * MkExpCast(struct TypeName * typeName, struct Expression * expression);
+
+extern struct Expression * MkExpCondition(struct Expression * cond, struct __ecereNameSpace__ecere__sys__OldList * expressions, struct Expression * elseExp);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Instance;
+struct __ecereNameSpace__ecere__com__Class;
 
 struct __ecereNameSpace__ecere__com__Instance
 {
-int (* *  _vTbl)();
+void * *  _vTbl;
 struct __ecereNameSpace__ecere__com__Class * _class;
 int _refCount;
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__DataMember;
+extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name);
 
-struct __ecereNameSpace__ecere__com__DataMember
+extern void __ecereNameSpace__ecere__com__eClass_SetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, long long value);
+
+extern void __ecereNameSpace__ecere__com__eInstance_SetMethod(struct __ecereNameSpace__ecere__com__Instance * instance, const char *  name, void *  function);
+
+extern void __ecereNameSpace__ecere__com__eInstance_IncRef(struct __ecereNameSpace__ecere__com__Instance * instance);
+
+extern struct __ecereNameSpace__ecere__com__Instance * fileInput;
+
+struct __ecereNameSpace__ecere__com__Property;
+
+struct __ecereNameSpace__ecere__com__Property
 {
-struct __ecereNameSpace__ecere__com__DataMember * prev;
-struct __ecereNameSpace__ecere__com__DataMember * next;
+struct __ecereNameSpace__ecere__com__Property * prev;
+struct __ecereNameSpace__ecere__com__Property * next;
 const char *  name;
 unsigned int isProperty;
 int memberAccess;
@@ -682,117 +439,123 @@ struct __ecereNameSpace__ecere__com__Class * _class;
 const char *  dataTypeString;
 struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
 struct Type * dataType;
-int type;
-int offset;
-int memberID;
-struct __ecereNameSpace__ecere__sys__OldList members;
-struct __ecereNameSpace__ecere__sys__BinaryTree membersAlpha;
-int memberOffset;
-int structAlignment;
-} __attribute__ ((gcc_struct));
+void (*  Set)(void * , int);
+int (*  Get)(void * );
+unsigned int (*  IsSet)(void * );
+void *  data;
+void *  symbol;
+int vid;
+unsigned int conversion;
+unsigned int watcherOffset;
+const char *  category;
+unsigned int compiled;
+unsigned int selfWatchable;
+unsigned int isWatchable;
+} ecere_gcc_struct;
+
+extern void __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__SerialBuffer;
+extern void __ecereNameSpace__ecere__com__eInstance_StopWatching(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property, struct __ecereNameSpace__ecere__com__Instance * object);
 
-struct __ecereNameSpace__ecere__com__SerialBuffer
+extern void __ecereNameSpace__ecere__com__eInstance_Watch(void *  instance, struct __ecereNameSpace__ecere__com__Property * _property, void *  object, void (*  callback)(void * , void * ));
+
+extern void __ecereNameSpace__ecere__com__eInstance_FireWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
+
+struct Identifier;
+
+extern void FreeIdentifier(struct Identifier * id);
+
+extern struct Identifier * MkIdentifier(const char *  string);
+
+extern struct Expression * MkExpIdentifier(struct Identifier * id);
+
+extern struct Expression * MkExpMember(struct Expression * expression, struct Identifier * member);
+
+extern struct Expression * MkExpPointer(struct Expression * expression, struct Identifier * member);
+
+extern struct Enumerator * MkEnumerator(struct Identifier * id, struct Expression * exp);
+
+struct Declaration;
+
+extern void FreeDeclaration(struct Declaration * decl);
+
+extern struct Declaration * MkDeclaration(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct __ecereNameSpace__ecere__sys__OldList * initDeclarators);
+
+extern struct Declaration * MkDeclarationDefine(struct Identifier * id, struct Expression * exp);
+
+struct Specifier;
+
+extern void FreeSpecifier(struct Specifier * spec);
+
+struct Identifier
 {
-unsigned char *  _buffer;
-unsigned int count;
-unsigned int _size;
-unsigned int pos;
-} __attribute__ ((gcc_struct));
+struct Identifier * prev;
+struct Identifier * next;
+struct Location loc;
+struct Symbol * classSym;
+struct Specifier * _class;
+char *  string;
+struct Identifier * badID;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__ClassTemplateArgument;
+extern struct Specifier * MkSpecifier(int specifier);
 
-struct __ecereNameSpace__ecere__com__ClassTemplateArgument
+extern struct Specifier * MkSpecifierExtended(struct ExtDecl * extDecl);
+
+extern struct Specifier * MkSpecifierName(const char *  name);
+
+extern struct Specifier * MkSpecifierSubClass(struct Specifier * _class);
+
+extern struct Specifier * MkStructOrUnion(int type, struct Identifier * id, struct __ecereNameSpace__ecere__sys__OldList * definitions);
+
+extern struct Symbol * DeclClass(struct Specifier * _class, const char *  name);
+
+struct Specifier
 {
+struct Specifier * prev;
+struct Specifier * next;
+struct Location loc;
+int type;
 union
 {
+int specifier;
 struct
 {
-const char *  dataTypeString;
-struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
-} __attribute__ ((gcc_struct));
-struct __ecereNameSpace__ecere__com__DataValue expression;
+struct ExtDecl * extDecl;
+char *  name;
+struct Symbol * symbol;
+struct __ecereNameSpace__ecere__sys__OldList *  templateArgs;
+struct Specifier * nsSpec;
+} ecere_gcc_struct __anon1;
 struct
 {
-const char *  memberString;
-union
-{
-struct __ecereNameSpace__ecere__com__DataMember * member;
-struct __ecereNameSpace__ecere__com__Property * prop;
-struct __ecereNameSpace__ecere__com__Method * method;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-
-enum yytokentype
-{
-IDENTIFIER = 258, CONSTANT = 259, STRING_LITERAL = 260, SIZEOF = 261, PTR_OP = 262, INC_OP = 263, DEC_OP = 264, LEFT_OP = 265, RIGHT_OP = 266, LE_OP = 267, GE_OP = 268, EQ_OP = 269, NE_OP = 270, AND_OP = 271, OR_OP = 272, MUL_ASSIGN = 273, DIV_ASSIGN = 274, MOD_ASSIGN = 275, ADD_ASSIGN = 276, SUB_ASSIGN = 277, LEFT_ASSIGN = 278, RIGHT_ASSIGN = 279, AND_ASSIGN = 280, XOR_ASSIGN = 281, OR_ASSIGN = 282, TYPE_NAME = 283, TYPEDEF = 284, EXTERN = 285, STATIC = 286, AUTO = 287, REGISTER = 288, CHAR = 289, SHORT = 290, INT = 291, UINT = 292, INT64 = 293, LONG = 294, SIGNED = 295, UNSIGNED = 296, FLOAT = 297, DOUBLE = 298, CONST = 299, VOLATILE = 300, VOID = 301, VALIST = 302, STRUCT = 303, UNION = 304, ENUM = 305, ELLIPSIS = 306, CASE = 307, DEFAULT = 308, IF = 309, SWITCH = 310, WHILE = 311, DO = 312, FOR = 313, GOTO = 314, CONTINUE = 315, BREAK = 316, RETURN = 317, IFX = 318, ELSE = 319, CLASS = 320, THISCLASS = 321, CLASS_NAME = 322, PROPERTY = 323, SETPROP = 324, GETPROP = 325, NEWOP = 326, RENEW = 327, DELETE = 328, EXT_DECL = 329, EXT_STORAGE = 330, IMPORT = 331, DEFINE = 332, VIRTUAL = 333, ATTRIB = 334, PUBLIC = 335, PRIVATE = 336, TYPED_OBJECT = 337, ANY_OBJECT = 338, _INCREF = 339, EXTENSION = 340, ASM = 341, TYPEOF = 342, WATCH = 343, STOPWATCHING = 344, FIREWATCHERS = 345, WATCHABLE = 346, CLASS_DESIGNER = 347, CLASS_NO_EXPANSION = 348, CLASS_FIXED = 349, ISPROPSET = 350, CLASS_DEFAULT_PROPERTY = 351, PROPERTY_CATEGORY = 352, CLASS_DATA = 353, CLASS_PROPERTY = 354, SUBCLASS = 355, NAMESPACE = 356, NEW0OP = 357, RENEW0 = 358, VAARG = 359, DBTABLE = 360, DBFIELD = 361, DBINDEX = 362, DATABASE_OPEN = 363, ALIGNOF = 364, ATTRIB_DEP = 365, __ATTRIB = 366, BOOL = 367, _BOOL = 368, _COMPLEX = 369, _IMAGINARY = 370, RESTRICT = 371, THREAD = 372
-};
-
-typedef union YYSTYPE
-{
-int specifierType;
-int i;
-int declMode;
 struct Identifier * id;
-struct Expression * exp;
-struct Specifier * specifier;
-struct __ecereNameSpace__ecere__sys__OldList * list;
-struct Enumerator * enumerator;
-struct Declarator * declarator;
-struct Pointer * pointer;
-struct Initializer * initializer;
-struct InitDeclarator * initDeclarator;
-struct TypeName * typeName;
-struct Declaration * declaration;
-struct Statement * stmt;
-struct FunctionDefinition * function;
-struct External * external;
-struct Context * context;
-struct AsmField * asmField;
-struct Attrib * attrib;
-struct ExtDecl * extDecl;
-struct Attribute * attribute;
-struct Instantiation * instance;
-struct MembersInit * membersInit;
-struct MemberInit * memberInit;
-struct ClassFunction * classFunction;
-struct ClassDefinition * _class;
-struct ClassDef * classDef;
-struct PropertyDef * prop;
-char * string;
-struct Symbol * symbol;
-struct PropertyWatch * propertyWatch;
+struct __ecereNameSpace__ecere__sys__OldList *  list;
+struct __ecereNameSpace__ecere__sys__OldList *  baseSpecs;
+struct __ecereNameSpace__ecere__sys__OldList *  definitions;
+unsigned int addNameSpace;
+struct Context * ctx;
+struct ExtDecl * extDeclStruct;
+} ecere_gcc_struct __anon2;
+struct Expression * expression;
+struct Specifier * _class;
 struct TemplateParameter * templateParameter;
-struct TemplateArgument * templateArgument;
-struct TemplateDatatype * templateDatatype;
-struct DBTableEntry * dbtableEntry;
-struct DBIndexItem * dbindexItem;
-struct DBTableDef * dbtableDef;
-} __attribute__ ((gcc_struct)) YYSTYPE;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Enumerator;
+extern struct Declaration * MkStructDeclaration(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct __ecereNameSpace__ecere__sys__OldList * declarators, struct Specifier * extStorage);
 
-struct Enumerator;
+extern struct Specifier * MkEnum(struct Identifier * id, struct __ecereNameSpace__ecere__sys__OldList * list);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_InitDeclarator;
+struct InitDeclarator;
 
-struct InitDeclarator
-{
-struct InitDeclarator * prev;
-struct InitDeclarator * next;
-struct Location loc;
-struct Declarator * declarator;
-struct Initializer * initializer;
-} __attribute__ ((gcc_struct));
+extern void FreeInitDeclarator(struct InitDeclarator * decl);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_AsmField;
+struct Attribute;
 
-struct AsmField;
+extern void FreeAttribute(struct Attribute * attr);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Attribute;
+extern struct Attribute * MkAttribute(char * attr, struct Expression * exp);
 
 struct Attribute
 {
@@ -801,48 +564,116 @@ struct Attribute * next;
 struct Location loc;
 char * attr;
 struct Expression * exp;
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassFunction;
+struct ClassDef;
 
-struct ClassFunction
+extern void FreeClassDef(struct ClassDef * def);
+
+extern struct ClassDef * MkClassDefDeclaration(struct Declaration * decl);
+
+extern struct ClassDef * MkClassDefDefaultProperty(struct __ecereNameSpace__ecere__sys__OldList * defProperties);
+
+struct MemberInit;
+
+extern void FreeMemberInit(struct MemberInit * init);
+
+struct PropertyDef;
+
+extern void FreeProperty(struct PropertyDef * def);
+
+extern struct ClassDef * MkClassDefProperty(struct PropertyDef * propertyDef);
+
+struct Declarator;
+
+extern void FreeDeclarator(struct Declarator * decl);
+
+extern struct TypeName * MkTypeName(struct __ecereNameSpace__ecere__sys__OldList * qualifiers, struct Declarator * declarator);
+
+extern struct Declarator * MkStructDeclarator(struct Declarator * declarator, struct Expression * exp);
+
+struct Declarator
 {
-struct ClassFunction * prev;
-struct ClassFunction * next;
+struct Declarator * prev;
+struct Declarator * next;
 struct Location loc;
-struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
+int type;
+struct Symbol * symbol;
 struct Declarator * declarator;
-struct __ecereNameSpace__ecere__sys__OldList *  declarations;
-struct Statement * body;
-struct __ecereNameSpace__ecere__com__Class * _class;
-struct __ecereNameSpace__ecere__sys__OldList attached;
-int declMode;
-struct Type * type;
-struct Symbol * propSet;
-unsigned int isVirtual;
-unsigned int isConstructor;
-unsigned int isDestructor;
-unsigned int dontMangle;
-int id;
-int idCode;
-} __attribute__ ((gcc_struct));
+union
+{
+struct Identifier * identifier;
+struct
+{
+struct Expression * exp;
+struct Expression * posExp;
+struct Attrib * attrib;
+} ecere_gcc_struct structDecl;
+struct
+{
+struct Expression * exp;
+struct Specifier * enumClass;
+} ecere_gcc_struct array;
+struct
+{
+struct __ecereNameSpace__ecere__sys__OldList * parameters;
+} ecere_gcc_struct function;
+struct
+{
+struct Pointer * pointer;
+} ecere_gcc_struct pointer;
+struct
+{
+struct ExtDecl * extended;
+} ecere_gcc_struct extended;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_MembersInit;
+extern struct Declarator * MkDeclaratorBrackets(struct Declarator * declarator);
 
-struct MembersInit
+extern struct Declarator * MkDeclaratorArray(struct Declarator * declarator, struct Expression * exp);
+
+extern struct Declarator * MkDeclaratorEnumArray(struct Declarator * declarator, struct Specifier * _class);
+
+extern struct Declarator * MkDeclaratorFunction(struct Declarator * declarator, struct __ecereNameSpace__ecere__sys__OldList * parameters);
+
+extern struct Declarator * MkDeclaratorPointer(struct Pointer * pointer, struct Declarator * declarator);
+
+extern struct Declarator * MkDeclaratorExtended(struct ExtDecl * extended, struct Declarator * declarator);
+
+extern struct Declarator * MkDeclaratorIdentifier(struct Identifier * id);
+
+struct Initializer;
+
+extern void FreeInitializer(struct Initializer * initializer);
+
+extern struct InitDeclarator * MkInitDeclarator(struct Declarator * declarator, struct Initializer * initializer);
+
+struct InitDeclarator
 {
-struct MembersInit * prev;
-struct MembersInit * next;
+struct InitDeclarator * prev;
+struct InitDeclarator * next;
+struct Location loc;
+struct Declarator * declarator;
+struct Initializer * initializer;
+} ecere_gcc_struct;
+
+struct Initializer
+{
+struct Initializer * prev;
+struct Initializer * next;
 struct Location loc;
 int type;
 union
 {
-struct __ecereNameSpace__ecere__sys__OldList *  dataMembers;
-struct ClassFunction * function;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
+struct Expression * exp;
+struct __ecereNameSpace__ecere__sys__OldList *  list;
+} ecere_gcc_struct __anon1;
+unsigned int isConstant;
+struct Identifier * id;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_MemberInit;
+extern struct MemberInit * MkMemberInitExp(struct Expression * idExp, struct Initializer * initializer);
 
 struct MemberInit
 {
@@ -855,9 +686,19 @@ struct Initializer * initializer;
 unsigned int used;
 unsigned int variable;
 unsigned int takeOutExp;
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct;
+
+extern struct Initializer * MkInitializerAssignment(struct Expression * exp);
+
+extern struct Initializer * MkInitializerList(struct __ecereNameSpace__ecere__sys__OldList * list);
+
+extern struct MemberInit * MkMemberInit(struct __ecereNameSpace__ecere__sys__OldList * ids, struct Initializer * initializer);
+
+struct Statement;
+
+extern void FreeStatement(struct Statement * stmt);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_PropertyDef;
+extern struct PropertyDef * MkProperty(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Declarator * decl, struct Identifier * id, struct Statement * setStmt, struct Statement * getStmt);
 
 struct PropertyDef
 {
@@ -877,206 +718,410 @@ struct
 unsigned int conversion : 1;
 unsigned int isWatchable : 1;
 unsigned int isDBProp : 1;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_PropertyWatch;
-
-struct PropertyWatch;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassDef;
+extern struct Statement * MkLabeledStmt(struct Identifier * id, struct Statement * statement);
 
-struct ClassDef
+struct Statement
 {
-struct ClassDef * prev;
-struct ClassDef * next;
+struct Statement * prev;
+struct Statement * next;
 struct Location loc;
 int type;
 union
 {
-struct Declaration * decl;
-struct ClassFunction * function;
-struct __ecereNameSpace__ecere__sys__OldList *  defProperties;
-struct PropertyDef * propertyDef;
-struct PropertyWatch * propertyWatch;
-char *  designer;
-struct Identifier * defaultProperty;
+struct __ecereNameSpace__ecere__sys__OldList *  expressions;
 struct
 {
 struct Identifier * id;
-struct Initializer * initializer;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-int memberAccess;
-void *  object;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBTableEntry;
-
-struct DBTableEntry;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBIndexItem;
-
-struct DBIndexItem;
-
-extern YYSTYPE yylval;
-
-extern struct Location yylloc;
-
-struct Expression * parsedExpression;
-
-extern struct __ecereNameSpace__ecere__com__Instance * fileInput;
-
-extern char * yytext;
-
-int yylex();
-
-int yyerror();
-
-typedef unsigned char yytype_uint8;
-
-typedef signed char yytype_int8;
-
-typedef unsigned short int yytype_uint16;
-
-typedef short int yytype_int16;
-
-void * malloc(size_t size);
-
-void free(void *);
-
-union yyalloc
-{
-yytype_int16 yyss_alloc;
-YYSTYPE yyvs_alloc;
-struct Location yyls_alloc;
-} __attribute__ ((gcc_struct));
-
-static const yytype_uint8 yytranslate[] =
+struct Statement * stmt;
+} ecere_gcc_struct labeled;
+struct
 {
-(unsigned char)0, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)130, (unsigned char)2, (unsigned char)2, (unsigned char)120, (unsigned char)132, (unsigned char)125, (unsigned char)2, (unsigned char)118, (unsigned char)119, (unsigned char)126, (unsigned char)127, (unsigned char)124, (unsigned char)128, (unsigned char)121, (unsigned char)131, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)138, (unsigned char)140, (unsigned char)133, (unsigned char)139, (unsigned char)134, (unsigned char)137, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)122, (unsigned char)2, (unsigned char)123, (unsigned char)135, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)141, (unsigned char)136, (unsigned char)142, (unsigned char)129, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)4, (unsigned char)5, (unsigned char)6, (unsigned char)7, (unsigned char)8, (unsigned char)9, (unsigned char)10, (unsigned char)11, (unsigned char)12, (unsigned char)13, (unsigned char)14, (unsigned char)15, (unsigned char)16, (unsigned char)17, (unsigned char)18, (unsigned char)19, (unsigned char)20, (unsigned char)21, (unsigned char)22, (unsigned char)23, (unsigned char)24, (unsigned char)25, (unsigned char)26, (unsigned char)27, (unsigned char)28, (unsigned char)29, (unsigned char)30, (unsigned char)31, (unsigned char)32, (unsigned char)33, (unsigned char)34, (unsigned char)35, (unsigned char)36, (unsigned char)37, (unsigned char)38, (unsigned char)39, (unsigned char)40, (unsigned char)41, (unsigned char)42, (unsigned char)43, (unsigned char)44, (unsigned char)45, (unsigned char)46, (unsigned char)47, (unsigned char)48, (unsigned char)49, (unsigned char)50, (unsigned char)51, (unsigned char)52, (unsigned char)53, (unsigned char)54, (unsigned char)55, (unsigned char)56, (unsigned char)57, (unsigned char)58, (unsigned char)59, (unsigned char)60, (unsigned char)61, (unsigned char)62, (unsigned char)63, (unsigned char)64, (unsigned char)65, (unsigned char)66, (unsigned char)67, (unsigned char)68, (unsigned char)69, (unsigned char)70, (unsigned char)71, (unsigned char)72, (unsigned char)73, (unsigned char)74, (unsigned char)75, (unsigned char)76, (unsigned char)77, (unsigned char)78, (unsigned char)79, (unsigned char)80, (unsigned char)81, (unsigned char)82, (unsigned char)83, (unsigned char)84, (unsigned char)85, (unsigned char)86, (unsigned char)87, (unsigned char)88, (unsigned char)89, (unsigned char)90, (unsigned char)91, (unsigned char)92, (unsigned char)93, (unsigned char)94, (unsigned char)95, (unsigned char)96, (unsigned char)97, (unsigned char)98, (unsigned char)99, (unsigned char)100, (unsigned char)101, (unsigned char)102, (unsigned char)103, (unsigned char)104, (unsigned char)105, (unsigned char)106, (unsigned char)107, (unsigned char)108, (unsigned char)109, (unsigned char)110, (unsigned char)111, (unsigned char)112, (unsigned char)113, (unsigned char)114, (unsigned char)115, (unsigned char)116, (unsigned char)117
-};
-
-static const yytype_uint16 yyprhs[] =
+struct Expression * exp;
+struct Statement * stmt;
+} ecere_gcc_struct caseStmt;
+struct
 {
-(unsigned short)0, (unsigned short)0, (unsigned short)3, (unsigned short)5, (unsigned short)7, (unsigned short)11, (unsigned short)13, (unsigned short)15, (unsigned short)17, (unsigned short)19, (unsigned short)22, (unsigned short)27, (unsigned short)30, (unsigned short)37, (unsigned short)43, (unsigned short)50, (unsigned short)56, (unsigned short)64, (unsigned short)71, (unsigned short)79, (unsigned short)86, (unsigned short)88, (unsigned short)90, (unsigned short)92, (unsigned short)97, (unsigned short)101, (unsigned short)106, (unsigned short)110, (unsigned short)113, (unsigned short)117, (unsigned short)120, (unsigned short)123, (unsigned short)125, (unsigned short)127, (unsigned short)131, (unsigned short)135, (unsigned short)138, (unsigned short)141, (unsigned short)144, (unsigned short)147, (unsigned short)152, (unsigned short)155, (unsigned short)160, (unsigned short)162, (unsigned short)164, (unsigned short)166, (unsigned short)168, (unsigned short)170, (unsigned short)172, (unsigned short)174, (unsigned short)176, (unsigned short)178, (unsigned short)180, (unsigned short)185, (unsigned short)187, (unsigned short)191, (unsigned short)195, (unsigned short)199, (unsigned short)201, (unsigned short)205, (unsigned short)209, (unsigned short)211, (unsigned short)215, (unsigned short)219, (unsigned short)221, (unsigned short)225, (unsigned short)229, (unsigned short)233, (unsigned short)237, (unsigned short)239, (unsigned short)243, (unsigned short)247, (unsigned short)249, (unsigned short)253, (unsigned short)255, (unsigned short)259, (unsigned short)261, (unsigned short)265, (unsigned short)267, (unsigned short)271, (unsigned short)273, (unsigned short)277, (unsigned short)279, (unsigned short)285, (unsigned short)287, (unsigned short)291, (unsigned short)295, (unsigned short)299, (unsigned short)303, (unsigned short)305, (unsigned short)307, (unsigned short)309, (unsigned short)311, (unsigned short)313, (unsigned short)315, (unsigned short)317, (unsigned short)319, (unsigned short)321, (unsigned short)323, (unsigned short)325, (unsigned short)327, (unsigned short)331, (unsigned short)333, (unsigned short)336, (unsigned short)340, (unsigned short)343, (unsigned short)349, (unsigned short)351, (unsigned short)354, (unsigned short)356, (unsigned short)359, (unsigned short)361, (unsigned short)364, (unsigned short)366, (unsigned short)369, (unsigned short)371, (unsigned short)374, (unsigned short)376, (unsigned short)379, (unsigned short)381, (unsigned short)384, (unsigned short)386, (unsigned short)389, (unsigned short)391, (unsigned short)394, (unsigned short)396, (unsigned short)399, (unsigned short)401, (unsigned short)404, (unsigned short)406, (unsigned short)409, (unsigned short)411, (unsigned short)414, (unsigned short)416, (unsigned short)419, (unsigned short)421, (unsigned short)424, (unsigned short)426, (unsigned short)429, (unsigned short)431, (unsigned short)434, (unsigned short)436, (unsigned short)439, (unsigned short)441, (unsigned short)445, (unsigned short)447, (unsigned short)451, (unsigned short)453, (unsigned short)455, (unsigned short)457, (unsigned short)459, (unsigned short)461, (unsigned short)463, (unsigned short)465, (unsigned short)467, (unsigned short)469, (unsigned short)471, (unsigned short)473, (unsigned short)475, (unsigned short)477, (unsigned short)479, (unsigned short)481, (unsigned short)483, (unsigned short)485, (unsigned short)490, (unsigned short)492, (unsigned short)495, (unsigned short)499, (unsigned short)506, (unsigned short)512, (unsigned short)514, (unsigned short)516, (unsigned short)518, (unsigned short)520, (unsigned short)522, (unsigned short)524, (unsigned short)526, (unsigned short)528, (unsigned short)530, (unsigned short)532, (unsigned short)534, (unsigned short)536, (unsigned short)538, (unsigned short)540, (unsigned short)542, (unsigned short)544, (unsigned short)546, (unsigned short)548, (unsigned short)550, (unsigned short)552, (unsigned short)554, (unsigned short)556, (unsigned short)558, (unsigned short)563, (unsigned short)565, (unsigned short)567, (unsigned short)569, (unsigned short)571, (unsigned short)573, (unsigned short)575, (unsigned short)577, (unsigned short)579, (unsigned short)581, (unsigned short)583, (unsigned short)585, (unsigned short)587, (unsigned short)589, (unsigned short)591, (unsigned short)593, (unsigned short)595, (unsigned short)597, (unsigned short)599, (unsigned short)604, (unsigned short)606, (unsigned short)612, (unsigned short)617, (unsigned short)622, (unsigned short)626, (unsigned short)632, (unsigned short)639, (unsigned short)645, (unsigned short)651, (unsigned short)656, (unsigned short)663, (unsigned short)666, (unsigned short)669, (unsigned short)673, (unsigned short)677, (unsigned short)679, (unsigned short)681, (unsigned short)683, (unsigned short)686, (unsigned short)690, (unsigned short)692, (unsigned short)696, (unsigned short)706, (unsigned short)716, (unsigned short)724, (unsigned short)732, (unsigned short)738, (unsigned short)749, (unsigned short)760, (unsigned short)769, (unsigned short)778, (unsigned short)785, (unsigned short)794, (unsigned short)803, (unsigned short)810, (unsigned short)817, (unsigned short)822, (unsigned short)832, (unsigned short)842, (unsigned short)850, (unsigned short)858, (unsigned short)864, (unsigned short)868, (unsigned short)871, (unsigned short)874, (unsigned short)877, (unsigned short)879, (unsigned short)882, (unsigned short)884, (unsigned short)886, (unsigned short)888, (unsigned short)892, (unsigned short)894, (unsigned short)897, (unsigned short)900, (unsigned short)904, (unsigned short)910, (unsigned short)913, (unsigned short)916, (unsigned short)921, (unsigned short)927, (unsigned short)935, (unsigned short)943, (unsigned short)949, (unsigned short)951, (unsigned short)955, (unsigned short)957, (unsigned short)961, (unsigned short)965, (unsigned short)968, (unsigned short)972, (unsigned short)976, (unsigned short)980, (unsigned short)985, (unsigned short)990, (unsigned short)993, (unsigned short)997, (unsigned short)1001, (unsigned short)1006, (unsigned short)1010, (unsigned short)1013, (unsigned short)1017, (unsigned short)1021, (unsigned short)1026, (unsigned short)1028, (unsigned short)1030, (unsigned short)1033, (unsigned short)1036, (unsigned short)1039, (unsigned short)1043, (unsigned short)1045, (unsigned short)1047, (unsigned short)1050, (unsigned short)1053, (unsigned short)1056, (unsigned short)1060, (unsigned short)1062, (unsigned short)1065, (unsigned short)1069, (unsigned short)1071, (unsigned short)1075, (unsigned short)1080, (unsigned short)1084, (unsigned short)1089, (unsigned short)1091, (unsigned short)1094, (unsigned short)1097, (unsigned short)1101, (unsigned short)1105, (unsigned short)1107, (unsigned short)1109, (unsigned short)1112, (unsigned short)1115, (unsigned short)1118, (unsigned short)1122, (unsigned short)1126, (unsigned short)1129, (unsigned short)1131, (unsigned short)1134, (unsigned short)1136, (unsigned short)1139, (unsigned short)1142, (unsigned short)1146, (unsigned short)1148, (unsigned short)1152, (unsigned short)1154, (unsigned short)1158, (unsigned short)1161, (unsigned short)1164, (unsigned short)1166, (unsigned short)1168, (unsigned short)1172, (unsigned short)1174, (unsigned short)1177, (unsigned short)1179, (unsigned short)1183, (unsigned short)1188, (unsigned short)1190, (unsigned short)1192, (unsigned short)1194, (unsigned short)1198, (unsigned short)1200, (unsigned short)1202, (unsigned short)1204, (unsigned short)1206, (unsigned short)1208, (unsigned short)1210, (unsigned short)1214, (unsigned short)1219, (unsigned short)1223, (unsigned short)1225, (unsigned short)1228, (unsigned short)1230, (unsigned short)1233, (unsigned short)1236, (unsigned short)1238, (unsigned short)1240, (unsigned short)1243, (unsigned short)1245, (unsigned short)1248, (unsigned short)1252, (unsigned short)1254, (unsigned short)1257, (unsigned short)1263, (unsigned short)1271, (unsigned short)1277, (unsigned short)1283, (unsigned short)1291, (unsigned short)1298, (unsigned short)1306, (unsigned short)1311, (unsigned short)1317, (unsigned short)1322, (unsigned short)1326, (unsigned short)1329, (unsigned short)1332, (unsigned short)1335, (unsigned short)1339, (unsigned short)1341, (unsigned short)1347, (unsigned short)1352, (unsigned short)1357, (unsigned short)1361, (unsigned short)1366, (unsigned short)1370, (unsigned short)1374, (unsigned short)1377, (unsigned short)1380, (unsigned short)1382, (unsigned short)1386, (unsigned short)1391, (unsigned short)1395, (unsigned short)1398, (unsigned short)1401, (unsigned short)1404, (unsigned short)1407, (unsigned short)1410, (unsigned short)1413, (unsigned short)1416, (unsigned short)1419, (unsigned short)1423, (unsigned short)1425, (unsigned short)1427, (unsigned short)1431, (unsigned short)1434, (unsigned short)1436, (unsigned short)1438, (unsigned short)1441, (unsigned short)1444, (unsigned short)1446, (unsigned short)1449, (unsigned short)1451, (unsigned short)1453, (unsigned short)1456
-};
-
-static const yytype_int16 yyrhs[] =
+struct __ecereNameSpace__ecere__sys__OldList * declarations;
+struct __ecereNameSpace__ecere__sys__OldList * statements;
+struct Context * context;
+unsigned int isSwitch;
+} ecere_gcc_struct compound;
+struct
 {
-(short)249, (short)0, (short)(-1), (short)3, (short)(-1), (short)146, (short)(-1), (short)118, (short)167, (short)119, (short)(-1), (short)144, (short)(-1), (short)235, (short)(-1), (short)4, (short)(-1), (short)233, (short)(-1), (short)120, (short)233, (short)(-1), (short)120, (short)233, (short)121, (short)233, (short)(-1), (short)118, (short)119, (short)(-1), (short)71, (short)171, (short)205, (short)122, (short)168, (short)123, (short)(-1), (short)71, (short)171, (short)122, (short)168, (short)123, (short)(-1), (short)102, (short)171, (short)205, (short)122, (short)168, (short)123, (short)(-1), (short)102, (short)171, (short)122, (short)168, (short)123, (short)(-1), (short)72, (short)168, (short)173, (short)205, (short)122, (short)168, (short)123, (short)(-1), (short)72, (short)168, (short)173, (short)122, (short)168, (short)123, (short)(-1), (short)103, (short)168, (short)173, (short)205, (short)122, (short)168, (short)123, (short)(-1), (short)103, (short)168, (short)173, (short)122, (short)168, (short)123, (short)(-1), (short)1, (short)(-1), (short)236, (short)(-1), (short)145, (short)(-1), (short)148, (short)122, (short)167, (short)123, (short)(-1), (short)148, (short)118, (short)119, (short)(-1), (short)148, (short)118, (short)149, (short)119, (short)(-1), (short)148, (short)121, (short)144, (short)(-1), (short)148, (short)144, (short)(-1), (short)148, (short)7, (short)144, (short)(-1), (short)148, (short)8, (short)(-1), (short)148, (short)9, (short)(-1), (short)165, (short)(-1), (short)147, (short)(-1), (short)149, (short)124, (short)165, (short)(-1), (short)149, (short)124, (short)147, (short)(-1), (short)8, (short)151, (short)(-1), (short)9, (short)151, (short)(-1), (short)152, (short)153, (short)(-1), (short)6, (short)151, (short)(-1), (short)6, (short)118, (short)218, (short)119, (short)(-1), (short)109, (short)151, (short)(-1), (short)109, (short)118, (short)218, (short)119, (short)(-1), (short)150, (short)(-1), (short)148, (short)(-1), (short)125, (short)(-1), (short)126, (short)(-1), (short)127, (short)(-1), (short)128, (short)(-1), (short)129, (short)(-1), (short)130, (short)(-1), (short)73, (short)(-1), (short)151, (short)(-1), (short)118, (short)218, (short)119, (short)153, (short)(-1), (short)153, (short)(-1), (short)154, (short)126, (short)153, (short)(-1), (short)154, (short)131, (short)153, (short)(-1), (short)154, (short)132, (short)153, (short)(-1), (short)154, (short)(-1), (short)155, (short)127, (short)154, (short)(-1), (short)155, (short)128, (short)154, (short)(-1), (short)155, (short)(-1), (short)156, (short)10, (short)155, (short)(-1), (short)156, (short)11, (short)155, (short)(-1), (short)156, (short)(-1), (short)157, (short)133, (short)156, (short)(-1), (short)157, (short)134, (short)156, (short)(-1), (short)157, (short)12, (short)156, (short)(-1), (short)157, (short)13, (short)156, (short)(-1), (short)157, (short)(-1), (short)158, (short)14, (short)157, (short)(-1), (short)158, (short)15, (short)157, (short)(-1), (short)158, (short)(-1), (short)159, (short)125, (short)158, (short)(-1), (short)159, (short)(-1), (short)160, (short)135, (short)159, (short)(-1), (short)160, (short)(-1), (short)161, (short)136, (short)160, (short)(-1), (short)161, (short)(-1), (short)162, (short)16, (short)161, (short)(-1), (short)162, (short)(-1), (short)163, (short)17, (short)162, (short)(-1), (short)163, (short)(-1), (short)163, (short)137, (short)167, (short)138, (short)164, (short)(-1), (short)164, (short)(-1), (short)151, (short)166, (short)165, (short)(-1), (short)164, (short)166, (short)165, (short)(-1), (short)151, (short)166, (short)147, (short)(-1), (short)164, (short)166, (short)147, (short)(-1), (short)139, (short)(-1), (short)18, (short)(-1), (short)19, (short)(-1), (short)20, (short)(-1), (short)21, (short)(-1), (short)22, (short)(-1), (short)23, (short)(-1), (short)24, (short)(-1), (short)25, (short)(-1), (short)26, (short)(-1), (short)27, (short)(-1), (short)165, (short)(-1), (short)167, (short)124, (short)165, (short)(-1), (short)164, (short)(-1), (short)171, (short)140, (short)(-1), (short)171, (short)174, (short)140, (short)(-1), (short)234, (short)140, (short)(-1), (short)77, (short)144, (short)139, (short)168, (short)140, (short)(-1), (short)183, (short)(-1), (short)170, (short)183, (short)(-1), (short)186, (short)(-1), (short)170, (short)186, (short)(-1), (short)199, (short)(-1), (short)170, (short)199, (short)(-1), (short)188, (short)(-1), (short)170, (short)188, (short)(-1), (short)176, (short)(-1), (short)171, (short)176, (short)(-1), (short)183, (short)(-1), (short)171, (short)183, (short)(-1), (short)186, (short)(-1), (short)171, (short)186, (short)(-1), (short)199, (short)(-1), (short)171, (short)199, (short)(-1), (short)188, (short)(-1), (short)171, (short)188, (short)(-1), (short)176, (short)(-1), (short)172, (short)176, (short)(-1), (short)183, (short)(-1), (short)172, (short)183, (short)(-1), (short)186, (short)(-1), (short)172, (short)186, (short)(-1), (short)184, (short)(-1), (short)172, (short)184, (short)(-1), (short)176, (short)(-1), (short)173, (short)176, (short)(-1), (short)183, (short)(-1), (short)173, (short)183, (short)(-1), (short)187, (short)(-1), (short)173, (short)187, (short)(-1), (short)188, (short)(-1), (short)173, (short)188, (short)(-1), (short)199, (short)(-1), (short)173, (short)199, (short)(-1), (short)175, (short)(-1), (short)174, (short)124, (short)175, (short)(-1), (short)206, (short)(-1), (short)206, (short)139, (short)219, (short)(-1), (short)29, (short)(-1), (short)30, (short)(-1), (short)31, (short)(-1), (short)32, (short)(-1), (short)33, (short)(-1), (short)117, (short)(-1), (short)74, (short)(-1), (short)182, (short)(-1), (short)79, (short)(-1), (short)110, (short)(-1), (short)111, (short)(-1), (short)3, (short)(-1), (short)28, (short)(-1), (short)75, (short)(-1), (short)74, (short)(-1), (short)44, (short)(-1), (short)179, (short)(-1), (short)179, (short)118, (short)167, (short)119, (short)(-1), (short)180, (short)(-1), (short)181, (short)180, (short)(-1), (short)181, (short)124, (short)180, (short)(-1), (short)178, (short)118, (short)118, (short)181, (short)119, (short)119, (short)(-1), (short)178, (short)118, (short)118, (short)119, (short)119, (short)(-1), (short)44, (short)(-1), (short)45, (short)(-1), (short)75, (short)(-1), (short)185, (short)(-1), (short)28, (short)(-1), (short)46, (short)(-1), (short)34, (short)(-1), (short)35, (short)(-1), (short)36, (short)(-1), (short)37, (short)(-1), (short)38, (short)(-1), (short)47, (short)(-1), (short)39, (short)(-1), (short)42, (short)(-1), (short)43, (short)(-1), (short)40, (short)(-1), (short)41, (short)(-1), (short)85, (short)(-1), (short)113, (short)(-1), (short)112, (short)(-1), (short)189, (short)(-1), (short)198, (short)(-1), (short)184, (short)(-1), (short)100, (short)118, (short)184, (short)119, (short)(-1), (short)66, (short)(-1), (short)46, (short)(-1), (short)34, (short)(-1), (short)35, (short)(-1), (short)36, (short)(-1), (short)37, (short)(-1), (short)38, (short)(-1), (short)47, (short)(-1), (short)39, (short)(-1), (short)42, (short)(-1), (short)43, (short)(-1), (short)40, (short)(-1), (short)41, (short)(-1), (short)113, (short)(-1), (short)112, (short)(-1), (short)189, (short)(-1), (short)198, (short)(-1), (short)185, (short)(-1), (short)100, (short)118, (short)184, (short)119, (short)(-1), (short)66, (short)(-1), (short)190, (short)144, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)144, (short)141, (short)142, (short)(-1), (short)190, (short)141, (short)142, (short)(-1), (short)190, (short)185, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)177, (short)144, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)177, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)177, (short)144, (short)141, (short)142, (short)(-1), (short)190, (short)177, (short)141, (short)142, (short)(-1), (short)190, (short)177, (short)185, (short)141, (short)191, (short)142, (short)(-1), (short)190, (short)144, (short)(-1), (short)190, (short)185, (short)(-1), (short)190, (short)177, (short)144, (short)(-1), (short)190, (short)177, (short)185, (short)(-1), (short)48, (short)(-1), (short)49, (short)(-1), (short)195, (short)(-1), (short)191, (short)195, (short)(-1), (short)148, (short)139, (short)220, (short)(-1), (short)192, (short)(-1), (short)193, (short)124, (short)192, (short)(-1), (short)68, (short)172, (short)144, (short)141, (short)69, (short)228, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)144, (short)141, (short)70, (short)228, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)144, (short)141, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)144, (short)141, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)144, (short)141, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)144, (short)141, (short)69, (short)228, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)144, (short)141, (short)70, (short)228, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)144, (short)141, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)144, (short)141, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)144, (short)141, (short)142, (short)(-1), (short)68, (short)172, (short)141, (short)69, (short)228, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)141, (short)70, (short)228, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)141, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)141, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)141, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)141, (short)69, (short)228, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)141, (short)70, (short)228, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)141, (short)69, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)141, (short)70, (short)228, (short)142, (short)(-1), (short)68, (short)172, (short)204, (short)141, (short)142, (short)(-1), (short)171, (short)196, (short)140, (short)(-1), (short)171, (short)140, (short)(-1), (short)235, (short)140, (short)(-1), (short)234, (short)140, (short)(-1), (short)241, (short)(-1), (short)193, (short)140, (short)(-1), (short)194, (short)(-1), (short)140, (short)(-1), (short)197, (short)(-1), (short)196, (short)124, (short)197, (short)(-1), (short)206, (short)(-1), (short)206, (short)182, (short)(-1), (short)138, (short)168, (short)(-1), (short)206, (short)138, (short)168, (short)(-1), (short)206, (short)138, (short)168, (short)138, (short)168, (short)(-1), (short)50, (short)144, (short)(-1), (short)50, (short)185, (short)(-1), (short)50, (short)141, (short)200, (short)142, (short)(-1), (short)50, (short)144, (short)141, (short)200, (short)142, (short)(-1), (short)50, (short)144, (short)141, (short)200, (short)140, (short)191, (short)142, (short)(-1), (short)50, (short)185, (short)141, (short)200, (short)140, (short)191, (short)142, (short)(-1), (short)50, (short)185, (short)141, (short)200, (short)142, (short)(-1), (short)201, (short)(-1), (short)200, (short)124, (short)201, (short)(-1), (short)144, (short)(-1), (short)144, (short)139, (short)168, (short)(-1), (short)118, (short)204, (short)119, (short)(-1), (short)122, (short)123, (short)(-1), (short)122, (short)168, (short)123, (short)(-1), (short)122, (short)184, (short)123, (short)(-1), (short)202, (short)122, (short)123, (short)(-1), (short)202, (short)122, (short)168, (short)123, (short)(-1), (short)202, (short)122, (short)184, (short)123, (short)(-1), (short)118, (short)119, (short)(-1), (short)118, (short)214, (short)119, (short)(-1), (short)202, (short)118, (short)119, (short)(-1), (short)202, (short)118, (short)214, (short)119, (short)(-1), (short)118, (short)205, (short)119, (short)(-1), (short)118, (short)119, (short)(-1), (short)118, (short)214, (short)119, (short)(-1), (short)203, (short)118, (short)119, (short)(-1), (short)203, (short)118, (short)214, (short)119, (short)(-1), (short)213, (short)(-1), (short)202, (short)(-1), (short)213, (short)202, (short)(-1), (short)177, (short)213, (short)(-1), (short)177, (short)202, (short)(-1), (short)177, (short)213, (short)202, (short)(-1), (short)213, (short)(-1), (short)203, (short)(-1), (short)213, (short)203, (short)(-1), (short)177, (short)213, (short)(-1), (short)177, (short)203, (short)(-1), (short)177, (short)213, (short)203, (short)(-1), (short)209, (short)(-1), (short)213, (short)209, (short)(-1), (short)177, (short)213, (short)209, (short)(-1), (short)144, (short)(-1), (short)118, (short)206, (short)119, (short)(-1), (short)207, (short)122, (short)168, (short)123, (short)(-1), (short)207, (short)122, (short)123, (short)(-1), (short)207, (short)122, (short)184, (short)123, (short)(-1), (short)211, (short)(-1), (short)213, (short)211, (short)(-1), (short)177, (short)211, (short)(-1), (short)177, (short)213, (short)211, (short)(-1), (short)213, (short)177, (short)211, (short)(-1), (short)211, (short)(-1), (short)207, (short)(-1), (short)177, (short)211, (short)(-1), (short)177, (short)207, (short)(-1), (short)207, (short)118, (short)(-1), (short)210, (short)214, (short)119, (short)(-1), (short)210, (short)217, (short)119, (short)(-1), (short)210, (short)119, (short)(-1), (short)183, (short)(-1), (short)212, (short)183, (short)(-1), (short)126, (short)(-1), (short)126, (short)212, (short)(-1), (short)126, (short)213, (short)(-1), (short)126, (short)212, (short)213, (short)(-1), (short)215, (short)(-1), (short)215, (short)124, (short)51, (short)(-1), (short)216, (short)(-1), (short)215, (short)124, (short)216, (short)(-1), (short)171, (short)206, (short)(-1), (short)171, (short)204, (short)(-1), (short)171, (short)(-1), (short)144, (short)(-1), (short)217, (short)124, (short)144, (short)(-1), (short)170, (short)(-1), (short)170, (short)204, (short)(-1), (short)165, (short)(-1), (short)141, (short)221, (short)142, (short)(-1), (short)141, (short)221, (short)124, (short)142, (short)(-1), (short)164, (short)(-1), (short)147, (short)(-1), (short)219, (short)(-1), (short)221, (short)124, (short)219, (short)(-1), (short)223, (short)(-1), (short)228, (short)(-1), (short)229, (short)(-1), (short)230, (short)(-1), (short)231, (short)(-1), (short)232, (short)(-1), (short)144, (short)138, (short)222, (short)(-1), (short)52, (short)168, (short)138, (short)222, (short)(-1), (short)53, (short)138, (short)222, (short)(-1), (short)169, (short)(-1), (short)224, (short)169, (short)(-1), (short)222, (short)(-1), (short)225, (short)222, (short)(-1), (short)225, (short)169, (short)(-1), (short)225, (short)(-1), (short)224, (short)(-1), (short)224, (short)225, (short)(-1), (short)141, (short)(-1), (short)141, (short)142, (short)(-1), (short)227, (short)226, (short)142, (short)(-1), (short)140, (short)(-1), (short)167, (short)140, (short)(-1), (short)54, (short)118, (short)167, (short)119, (short)222, (short)(-1), (short)54, (short)118, (short)167, (short)119, (short)222, (short)64, (short)222, (short)(-1), (short)55, (short)118, (short)167, (short)119, (short)222, (short)(-1), (short)56, (short)118, (short)167, (short)119, (short)222, (short)(-1), (short)57, (short)222, (short)56, (short)118, (short)167, (short)119, (short)140, (short)(-1), (short)58, (short)118, (short)229, (short)229, (short)119, (short)222, (short)(-1), (short)58, (short)118, (short)229, (short)229, (short)167, (short)119, (short)222, (short)(-1), (short)56, (short)118, (short)119, (short)222, (short)(-1), (short)58, (short)118, (short)229, (short)119, (short)222, (short)(-1), (short)58, (short)118, (short)119, (short)222, (short)(-1), (short)59, (short)144, (short)140, (short)(-1), (short)60, (short)140, (short)(-1), (short)61, (short)140, (short)(-1), (short)62, (short)140, (short)(-1), (short)62, (short)167, (short)140, (short)(-1), (short)5, (short)(-1), (short)171, (short)144, (short)141, (short)248, (short)142, (short)(-1), (short)171, (short)144, (short)141, (short)142, (short)(-1), (short)184, (short)141, (short)248, (short)142, (short)(-1), (short)184, (short)141, (short)142, (short)(-1), (short)144, (short)141, (short)248, (short)142, (short)(-1), (short)144, (short)141, (short)142, (short)(-1), (short)141, (short)248, (short)142, (short)(-1), (short)141, (short)142, (short)(-1), (short)171, (short)208, (short)(-1), (short)208, (short)(-1), (short)171, (short)118, (short)119, (short)(-1), (short)129, (short)171, (short)118, (short)119, (short)(-1), (short)78, (short)171, (short)208, (short)(-1), (short)78, (short)208, (short)(-1), (short)237, (short)228, (short)(-1), (short)240, (short)228, (short)(-1), (short)240, (short)140, (short)(-1), (short)238, (short)228, (short)(-1), (short)239, (short)228, (short)(-1), (short)171, (short)208, (short)(-1), (short)242, (short)228, (short)(-1), (short)148, (short)139, (short)220, (short)(-1), (short)220, (short)(-1), (short)244, (short)(-1), (short)245, (short)124, (short)244, (short)(-1), (short)245, (short)140, (short)(-1), (short)246, (short)(-1), (short)243, (short)(-1), (short)247, (short)246, (short)(-1), (short)247, (short)243, (short)(-1), (short)140, (short)(-1), (short)247, (short)140, (short)(-1), (short)247, (short)(-1), (short)245, (short)(-1), (short)247, (short)245, (short)(-1), (short)165, (short)(-1)
-};
-
-static const yytype_uint16 yyrline[] =
-{
-(unsigned short)0, (unsigned short)213, (unsigned short)213, (unsigned short)218, (unsigned short)219, (unsigned short)224, (unsigned short)226, (unsigned short)228, (unsigned short)230, (unsigned short)232, (unsigned short)233, (unsigned short)234, (unsigned short)237, (unsigned short)238, (unsigned short)239, (unsigned short)240, (unsigned short)241, (unsigned short)242, (unsigned short)243, (unsigned short)244, (unsigned short)245, (unsigned short)249, (unsigned short)253, (unsigned short)254, (unsigned short)255, (unsigned short)256, (unsigned short)257, (unsigned short)258, (unsigned short)271, (unsigned short)272, (unsigned short)273, (unsigned short)303, (unsigned short)304, (unsigned short)305, (unsigned short)306, (unsigned short)310, (unsigned short)311, (unsigned short)312, (unsigned short)315, (unsigned short)316, (unsigned short)319, (unsigned short)320, (unsigned short)324, (unsigned short)325, (unsigned short)334, (unsigned short)335, (unsigned short)336, (unsigned short)337, (unsigned short)338, (unsigned short)339, (unsigned short)340, (unsigned short)344, (unsigned short)345, (unsigned short)349, (unsigned short)350, (unsigned short)351, (unsigned short)352, (unsigned short)356, (unsigned short)357, (unsigned short)358, (unsigned short)362, (unsigned short)363, (unsigned short)364, (unsigned short)368, (unsigned short)369, (unsigned short)370, (unsigned short)371, (unsigned short)372, (unsigned short)376, (unsigned short)377, (unsigned short)378, (unsigned short)382, (unsigned short)383, (unsigned short)387, (unsigned short)388, (unsigned short)392, (unsigned short)393, (unsigned short)397, (unsigned short)398, (unsigned short)402, (unsigned short)403, (unsigned short)407, (unsigned short)408, (unsigned short)412, (unsigned short)413, (unsigned short)414, (unsigned short)416, (unsigned short)417, (unsigned short)421, (unsigned short)422, (unsigned short)423, (unsigned short)424, (unsigned short)425, (unsigned short)426, (unsigned short)427, (unsigned short)428, (unsigned short)429, (unsigned short)430, (unsigned short)431, (unsigned short)435, (unsigned short)436, (unsigned short)440, (unsigned short)444, (unsigned short)445, (unsigned short)446, (unsigned short)447, (unsigned short)451, (unsigned short)452, (unsigned short)453, (unsigned short)454, (unsigned short)455, (unsigned short)456, (unsigned short)457, (unsigned short)458, (unsigned short)462, (unsigned short)463, (unsigned short)464, (unsigned short)465, (unsigned short)466, (unsigned short)467, (unsigned short)468, (unsigned short)469, (unsigned short)470, (unsigned short)471, (unsigned short)476, (unsigned short)477, (unsigned short)478, (unsigned short)479, (unsigned short)480, (unsigned short)481, (unsigned short)482, (unsigned short)483, (unsigned short)487, (unsigned short)488, (unsigned short)489, (unsigned short)490, (unsigned short)491, (unsigned short)492, (unsigned short)493, (unsigned short)494, (unsigned short)495, (unsigned short)496, (unsigned short)500, (unsigned short)501, (unsigned short)505, (unsigned short)506, (unsigned short)510, (unsigned short)511, (unsigned short)512, (unsigned short)513, (unsigned short)514, (unsigned short)515, (unsigned short)519, (unsigned short)520, (unsigned short)524, (unsigned short)525, (unsigned short)526, (unsigned short)531, (unsigned short)532, (unsigned short)533, (unsigned short)534, (unsigned short)535, (unsigned short)539, (unsigned short)540, (unsigned short)544, (unsigned short)545, (unsigned short)546, (unsigned short)550, (unsigned short)551, (unsigned short)555, (unsigned short)556, (unsigned short)557, (unsigned short)561, (unsigned short)586, (unsigned short)590, (unsigned short)591, (unsigned short)592, (unsigned short)593, (unsigned short)594, (unsigned short)595, (unsigned short)596, (unsigned short)597, (unsigned short)598, (unsigned short)599, (unsigned short)600, (unsigned short)601, (unsigned short)602, (unsigned short)603, (unsigned short)604, (unsigned short)605, (unsigned short)606, (unsigned short)607, (unsigned short)608, (unsigned short)609, (unsigned short)613, (unsigned short)614, (unsigned short)615, (unsigned short)616, (unsigned short)617, (unsigned short)618, (unsigned short)619, (unsigned short)620, (unsigned short)621, (unsigned short)622, (unsigned short)623, (unsigned short)624, (unsigned short)625, (unsigned short)626, (unsigned short)627, (unsigned short)628, (unsigned short)629, (unsigned short)630, (unsigned short)631, (unsigned short)636, (unsigned short)637, (unsigned short)638, (unsigned short)639, (unsigned short)640, (unsigned short)643, (unsigned short)644, (unsigned short)645, (unsigned short)646, (unsigned short)647, (unsigned short)652, (unsigned short)653, (unsigned short)656, (unsigned short)658, (unsigned short)663, (unsigned short)664, (unsigned short)668, (unsigned short)669, (unsigned short)673, (unsigned short)677, (unsigned short)678, (unsigned short)682, (unsigned short)684, (unsigned short)686, (unsigned short)688, (unsigned short)690, (unsigned short)693, (unsigned short)695, (unsigned short)697, (unsigned short)699, (unsigned short)701, (unsigned short)704, (unsigned short)706, (unsigned short)708, (unsigned short)710, (unsigned short)712, (unsigned short)715, (unsigned short)717, (unsigned short)719, (unsigned short)721, (unsigned short)723, (unsigned short)728, (unsigned short)729, (unsigned short)730, (unsigned short)731, (unsigned short)732, (unsigned short)733, (unsigned short)734, (unsigned short)735, (unsigned short)739, (unsigned short)741, (unsigned short)746, (unsigned short)748, (unsigned short)750, (unsigned short)752, (unsigned short)754, (unsigned short)759, (unsigned short)760, (unsigned short)764, (unsigned short)766, (unsigned short)767, (unsigned short)768, (unsigned short)769, (unsigned short)773, (unsigned short)775, (unsigned short)780, (unsigned short)782, (unsigned short)788, (unsigned short)790, (unsigned short)792, (unsigned short)794, (unsigned short)796, (unsigned short)798, (unsigned short)800, (unsigned short)802, (unsigned short)804, (unsigned short)806, (unsigned short)808, (unsigned short)813, (unsigned short)815, (unsigned short)817, (unsigned short)819, (unsigned short)821, (unsigned short)826, (unsigned short)827, (unsigned short)828, (unsigned short)829, (unsigned short)830, (unsigned short)831, (unsigned short)835, (unsigned short)836, (unsigned short)837, (unsigned short)838, (unsigned short)839, (unsigned short)840, (unsigned short)886, (unsigned short)887, (unsigned short)889, (unsigned short)895, (unsigned short)897, (unsigned short)899, (unsigned short)901, (unsigned short)903, (unsigned short)908, (unsigned short)909, (unsigned short)912, (unsigned short)914, (unsigned short)916, (unsigned short)922, (unsigned short)923, (unsigned short)924, (unsigned short)926, (unsigned short)931, (unsigned short)935, (unsigned short)937, (unsigned short)939, (unsigned short)944, (unsigned short)945, (unsigned short)949, (unsigned short)950, (unsigned short)951, (unsigned short)952, (unsigned short)956, (unsigned short)957, (unsigned short)961, (unsigned short)962, (unsigned short)966, (unsigned short)967, (unsigned short)968, (unsigned short)972, (unsigned short)973, (unsigned short)977, (unsigned short)978, (unsigned short)987, (unsigned short)989, (unsigned short)991, (unsigned short)1007, (unsigned short)1008, (unsigned short)1029, (unsigned short)1031, (unsigned short)1036, (unsigned short)1037, (unsigned short)1038, (unsigned short)1039, (unsigned short)1040, (unsigned short)1041, (unsigned short)1045, (unsigned short)1047, (unsigned short)1049, (unsigned short)1054, (unsigned short)1055, (unsigned short)1059, (unsigned short)1060, (unsigned short)1063, (unsigned short)1067, (unsigned short)1068, (unsigned short)1069, (unsigned short)1073, (unsigned short)1077, (unsigned short)1085, (unsigned short)1090, (unsigned short)1091, (unsigned short)1095, (unsigned short)1096, (unsigned short)1097, (unsigned short)1101, (unsigned short)1102, (unsigned short)1103, (unsigned short)1104, (unsigned short)1106, (unsigned short)1107, (unsigned short)1108, (unsigned short)1112, (unsigned short)1113, (unsigned short)1114, (unsigned short)1115, (unsigned short)1116, (unsigned short)1120, (unsigned short)1124, (unsigned short)1126, (unsigned short)1131, (unsigned short)1133, (unsigned short)1135, (unsigned short)1137, (unsigned short)1142, (unsigned short)1144, (unsigned short)1149, (unsigned short)1151, (unsigned short)1156, (unsigned short)1161, (unsigned short)1166, (unsigned short)1168, (unsigned short)1173, (unsigned short)1175, (unsigned short)1177, (unsigned short)1179, (unsigned short)1181, (unsigned short)1187, (unsigned short)1192, (unsigned short)1197, (unsigned short)1198, (unsigned short)1202, (unsigned short)1204, (unsigned short)1209, (unsigned short)1214, (unsigned short)1215, (unsigned short)1216, (unsigned short)1217, (unsigned short)1218, (unsigned short)1219, (unsigned short)1223, (unsigned short)1224, (unsigned short)1225, (unsigned short)1229
-};
-
-static const char * const yytname[] =
-{
-"$end", "error", "$undefined", "IDENTIFIER", "CONSTANT", "STRING_LITERAL", "SIZEOF", "PTR_OP", "INC_OP", "DEC_OP", "LEFT_OP", "RIGHT_OP", "LE_OP", "GE_OP", "EQ_OP", "NE_OP", "AND_OP", "OR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "MOD_ASSIGN", "ADD_ASSIGN", "SUB_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN", "AND_ASSIGN", "XOR_ASSIGN", "OR_ASSIGN", "TYPE_NAME", "TYPEDEF", "EXTERN", "STATIC", "AUTO", "REGISTER", "CHAR", "SHORT", "INT", "UINT", "INT64", "LONG", "SIGNED", "UNSIGNED", "FLOAT", "DOUBLE", "CONST", "VOLATILE", "VOID", "VALIST", "STRUCT", "UNION", "ENUM", "ELLIPSIS", "CASE", "DEFAULT", "IF", "SWITCH", "WHILE", "DO", "FOR", "GOTO", "CONTINUE", "BREAK", "RETURN", "IFX", "ELSE", "CLASS", "THISCLASS", "CLASS_NAME", "PROPERTY", "SETPROP", "GETPROP", "NEWOP", "RENEW", "DELETE", "EXT_DECL", "EXT_STORAGE", "IMPORT", "DEFINE", "VIRTUAL", "ATTRIB", "PUBLIC", "PRIVATE", "TYPED_OBJECT", "ANY_OBJECT", "_INCREF", "EXTENSION", "ASM", "TYPEOF", "WATCH", "STOPWATCHING", "FIREWATCHERS", "WATCHABLE", "CLASS_DESIGNER", "CLASS_NO_EXPANSION", "CLASS_FIXED", "ISPROPSET", "CLASS_DEFAULT_PROPERTY", "PROPERTY_CATEGORY", "CLASS_DATA", "CLASS_PROPERTY", "SUBCLASS", "NAMESPACE", "NEW0OP", "RENEW0", "VAARG", "DBTABLE", "DBFIELD", "DBINDEX", "DATABASE_OPEN", "ALIGNOF", "ATTRIB_DEP", "__ATTRIB", "BOOL", "_BOOL", "_COMPLEX", "_IMAGINARY", "RESTRICT", "THREAD", "'('", "')'", "'$'", "'.'", "'['", "']'", "','", "'&'", "'*'", "'+'", "'-'", "'~'", "'!'", "'/'", "'%'", "'<'", "'>'", "'^'", "'|'", "'?'", "':'", "'='", "';'", "'{'", "'}'", "$accept", "identifier", "primary_expression", "simple_primary_expression", "anon_instantiation_expression", "postfix_expression", "argument_expression_list", "common_unary_expression", "unary_expression", "unary_operator", "cast_expression", "multiplicative_expression", "additive_expression", "shift_expression", "relational_expression", "equality_expression", "and_expression", "exclusive_or_expression", "inclusive_or_expression", "logical_and_expression", "logical_or_expression", "conditional_expression", "assignment_expression", "assignment_operator", "expression", "constant_expression", "declaration", "specifier_qualifier_list", "declaration_specifiers", "property_specifiers", "renew_specifiers", "init_declarator_list", "init_declarator", "storage_class_specifier", "ext_decl", "_attrib", "attribute_word", "attribute", "attribs_list", "attrib", "type_qualifier", "type", "strict_type", "type_specifier", "strict_type_specifier", "struct_or_union_specifier_compound", "struct_or_union_specifier_nocompound", "struct_or_union", "struct_declaration_list", "default_property", "default_property_list", "property", "struct_declaration", "struct_declarator_list", "struct_declarator", "enum_specifier_nocompound", "enum_specifier_compound", "enumerator_list", "enumerator", "direct_abstract_declarator", "direct_abstract_declarator_noarray", "abstract_declarator", "abstract_declarator_noarray", "declarator", "direct_declarator_nofunction", "declarator_function", "direct_declarator", "direct_declarator_function_start", "direct_declarator_function", "type_qualifier_list", "pointer", "parameter_type_list", "parameter_list", "parameter_declaration", "identifier_list", "type_name", "initializer", "initializer_condition", "initializer_list", "statement", "labeled_statement", "declaration_list", "statement_list", "compound_inside", "compound_start", "compound_statement", "expression_statement", "selection_statement", "iteration_statement", "jump_statement", "string_literal", "instantiation_named", "instantiation_unnamed", "instantiation_anon", "class_function_definition_start", "constructor_function_definition_start", "destructor_function_definition_start", "virtual_class_function_definition_start", "class_function_definition", "instance_class_function_definition_start", "instance_class_function_definition", "data_member_initialization", "data_member_initialization_list", "data_member_initialization_list_coloned", "members_initialization_list_coloned", "members_initialization_list", "expression_unit", 0
-};
-
-static const yytype_uint8 yyr1[] =
-{
-(unsigned char)0, (unsigned char)143, (unsigned char)144, (unsigned char)145, (unsigned char)145, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)146, (unsigned char)147, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)148, (unsigned char)149, (unsigned char)149, (unsigned char)149, (unsigned char)149, (unsigned char)150, (unsigned char)150, (unsigned char)150, (unsigned char)150, (unsigned char)150, (unsigned char)150, (unsigned char)150, (unsigned char)151, (unsigned char)151, (unsigned char)152, (unsigned char)152, (unsigned char)152, (unsigned char)152, (unsigned char)152, (unsigned char)152, (unsigned char)152, (unsigned char)153, (unsigned char)153, (unsigned char)154, (unsigned char)154, (unsigned char)154, (unsigned char)154, (unsigned char)155, (unsigned char)155, (unsigned char)155, (unsigned char)156, (unsigned char)156, (unsigned char)156, (unsigned char)157, (unsigned char)157, (unsigned char)157, (unsigned char)157, (unsigned char)157, (unsigned char)158, (unsigned char)158, (unsigned char)158, (unsigned char)159, (unsigned char)159, (unsigned char)160, (unsigned char)160, (unsigned char)161, (unsigned char)161, (unsigned char)162, (unsigned char)162, (unsigned char)163, (unsigned char)163, (unsigned char)164, (unsigned char)164, (unsigned char)165, (unsigned char)165, (unsigned char)165, (unsigned char)165, (unsigned char)165, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)166, (unsigned char)167, (unsigned char)167, (unsigned char)168, (unsigned char)169, (unsigned char)169, (unsigned char)169, (unsigned char)169, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)170, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)171, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)172, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)173, (unsigned char)174, (unsigned char)174, (unsigned char)175, (unsigned char)175, (unsigned char)176, (unsigned char)176, (unsigned char)176, (unsigned char)176, (unsigned char)176, (unsigned char)176, (unsigned char)177, (unsigned char)177, (unsigned char)178, (unsigned char)178, (unsigned char)178, (unsigned char)179, (unsigned char)179, (unsigned char)179, (unsigned char)179, (unsigned char)179, (unsigned char)180, (unsigned char)180, (unsigned char)181, (unsigned char)181, (unsigned char)181, (unsigned char)182, (unsigned char)182, (unsigned char)183, (unsigned char)183, (unsigned char)183, (unsigned char)184, (unsigned char)185, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)186, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)187, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)188, (unsigned char)189, (unsigned char)189, (unsigned char)189, (unsigned char)189, (unsigned char)190, (unsigned char)190, (unsigned char)191, (unsigned char)191, (unsigned char)192, (unsigned char)193, (unsigned char)193, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)194, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)195, (unsigned char)196, (unsigned char)196, (unsigned char)197, (unsigned char)197, (unsigned char)197, (unsigned char)197, (unsigned char)197, (unsigned char)198, (unsigned char)198, (unsigned char)199, (unsigned char)199, (unsigned char)199, (unsigned char)199, (unsigned char)199, (unsigned char)200, (unsigned char)200, (unsigned char)201, (unsigned char)201, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)202, (unsigned char)203, (unsigned char)203, (unsigned char)203, (unsigned char)203, (unsigned char)203, (unsigned char)204, (unsigned char)204, (unsigned char)204, (unsigned char)204, (unsigned char)204, (unsigned char)204, (unsigned char)205, (unsigned char)205, (unsigned char)205, (unsigned char)205, (unsigned char)205, (unsigned char)205, (unsigned char)206, (unsigned char)206, (unsigned char)206, (unsigned char)207, (unsigned char)207, (unsigned char)207, (unsigned char)207, (unsigned char)207, (unsigned char)208, (unsigned char)208, (unsigned char)208, (unsigned char)208, (unsigned char)208, (unsigned char)209, (unsigned char)209, (unsigned char)209, (unsigned char)209, (unsigned char)210, (unsigned char)211, (unsigned char)211, (unsigned char)211, (unsigned char)212, (unsigned char)212, (unsigned char)213, (unsigned char)213, (unsigned char)213, (unsigned char)213, (unsigned char)214, (unsigned char)214, (unsigned char)215, (unsigned char)215, (unsigned char)216, (unsigned char)216, (unsigned char)216, (unsigned char)217, (unsigned char)217, (unsigned char)218, (unsigned char)218, (unsigned char)219, (unsigned char)219, (unsigned char)219, (unsigned char)220, (unsigned char)220, (unsigned char)221, (unsigned char)221, (unsigned char)222, (unsigned char)222, (unsigned char)222, (unsigned char)222, (unsigned char)222, (unsigned char)222, (unsigned char)223, (unsigned char)223, (unsigned char)223, (unsigned char)224, (unsigned char)224, (unsigned char)225, (unsigned char)225, (unsigned char)225, (unsigned char)226, (unsigned char)226, (unsigned char)226, (unsigned char)227, (unsigned char)228, (unsigned char)228, (unsigned char)229, (unsigned char)229, (unsigned char)230, (unsigned char)230, (unsigned char)230, (unsigned char)231, (unsigned char)231, (unsigned char)231, (unsigned char)231, (unsigned char)231, (unsigned char)231, (unsigned char)231, (unsigned char)232, (unsigned char)232, (unsigned char)232, (unsigned char)232, (unsigned char)232, (unsigned char)233, (unsigned char)234, (unsigned char)234, (unsigned char)235, (unsigned char)235, (unsigned char)235, (unsigned char)235, (unsigned char)236, (unsigned char)236, (unsigned char)237, (unsigned char)237, (unsigned char)238, (unsigned char)239, (unsigned char)240, (unsigned char)240, (unsigned char)241, (unsigned char)241, (unsigned char)241, (unsigned char)241, (unsigned char)241, (unsigned char)242, (unsigned char)243, (unsigned char)244, (unsigned char)244, (unsigned char)245, (unsigned char)245, (unsigned char)246, (unsigned char)247, (unsigned char)247, (unsigned char)247, (unsigned char)247, (unsigned char)247, (unsigned char)247, (unsigned char)248, (unsigned char)248, (unsigned char)248, (unsigned char)249
-};
-
-static const yytype_uint8 yyr2[] =
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct Statement * stmt;
+struct Statement * elseStmt;
+} ecere_gcc_struct ifStmt;
+struct
 {
-(unsigned char)0, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)4, (unsigned char)2, (unsigned char)6, (unsigned char)5, (unsigned char)6, (unsigned char)5, (unsigned char)7, (unsigned char)6, (unsigned char)7, (unsigned char)6, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)4, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)2, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)4, (unsigned char)2, (unsigned char)4, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)4, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)5, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)2, (unsigned char)5, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)4, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)6, (unsigned char)5, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)4, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)4, (unsigned char)1, (unsigned char)5, (unsigned char)4, (unsigned char)4, (unsigned char)3, (unsigned char)5, (unsigned char)6, (unsigned char)5, (unsigned char)5, (unsigned char)4, (unsigned char)6, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)9, (unsigned char)9, (unsigned char)7, (unsigned char)7, (unsigned char)5, (unsigned char)10, (unsigned char)10, (unsigned char)8, (unsigned char)8, (unsigned char)6, (unsigned char)8, (unsigned char)8, (unsigned char)6, (unsigned char)6, (unsigned char)4, (unsigned char)9, (unsigned char)9, (unsigned char)7, (unsigned char)7, (unsigned char)5, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)5, (unsigned char)2, (unsigned char)2, (unsigned char)4, (unsigned char)5, (unsigned char)7, (unsigned char)7, (unsigned char)5, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)3, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)3, (unsigned char)4, (unsigned char)4, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)4, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)4, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)3, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)3, (unsigned char)4, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)2, (unsigned char)5, (unsigned char)7, (unsigned char)5, (unsigned char)5, (unsigned char)7, (unsigned char)6, (unsigned char)7, (unsigned char)4, (unsigned char)5, (unsigned char)4, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)5, (unsigned char)4, (unsigned char)4, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)3, (unsigned char)4, (unsigned char)3, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)2, (unsigned char)3, (unsigned char)1, (unsigned char)1, (unsigned char)3, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)2, (unsigned char)1, (unsigned char)2, (unsigned char)1, (unsigned char)1, (unsigned char)2, (unsigned char)1
-};
-
-static const yytype_uint16 yydefact[] =
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct Statement * stmt;
+} ecere_gcc_struct switchStmt;
+struct
 {
-(unsigned short)0, (unsigned short)20, (unsigned short)2, (unsigned short)7, (unsigned short)390, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)173, (unsigned short)0, (unsigned short)0, (unsigned short)50, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)44, (unsigned short)45, (unsigned short)46, (unsigned short)47, (unsigned short)48, (unsigned short)49, (unsigned short)5, (unsigned short)22, (unsigned short)3, (unsigned short)43, (unsigned short)42, (unsigned short)51, (unsigned short)0, (unsigned short)53, (unsigned short)57, (unsigned short)60, (unsigned short)63, (unsigned short)68, (unsigned short)71, (unsigned short)73, (unsigned short)75, (unsigned short)77, (unsigned short)79, (unsigned short)81, (unsigned short)83, (unsigned short)426, (unsigned short)0, (unsigned short)172, (unsigned short)8, (unsigned short)6, (unsigned short)0, (unsigned short)0, (unsigned short)38, (unsigned short)0, (unsigned short)35, (unsigned short)36, (unsigned short)146, (unsigned short)147, (unsigned short)148, (unsigned short)149, (unsigned short)150, (unsigned short)175, (unsigned short)176, (unsigned short)177, (unsigned short)178, (unsigned short)179, (unsigned short)181, (unsigned short)184, (unsigned short)185, (unsigned short)182, (unsigned short)183, (unsigned short)169, (unsigned short)170, (unsigned short)174, (unsigned short)180, (unsigned short)227, (unsigned short)228, (unsigned short)0, (unsigned short)193, (unsigned short)171, (unsigned short)186, (unsigned short)0, (unsigned short)188, (unsigned short)187, (unsigned short)151, (unsigned short)0, (unsigned short)114, (unsigned short)116, (unsigned short)191, (unsigned short)118, (unsigned short)122, (unsigned short)189, (unsigned short)0, (unsigned short)190, (unsigned short)120, (unsigned short)51, (unsigned short)101, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)40, (unsigned short)11, (unsigned short)99, (unsigned short)0, (unsigned short)344, (unsigned short)106, (unsigned short)191, (unsigned short)108, (unsigned short)112, (unsigned short)110, (unsigned short)0, (unsigned short)9, (unsigned short)0, (unsigned short)0, (unsigned short)29, (unsigned short)30, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)27, (unsigned short)89, (unsigned short)90, (unsigned short)91, (unsigned short)92, (unsigned short)93, (unsigned short)94, (unsigned short)95, (unsigned short)96, (unsigned short)97, (unsigned short)98, (unsigned short)88, (unsigned short)0, (unsigned short)37, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)1, (unsigned short)0, (unsigned short)0, (unsigned short)269, (unsigned short)270, (unsigned short)0, (unsigned short)152, (unsigned short)154, (unsigned short)155, (unsigned short)156, (unsigned short)0, (unsigned short)0, (unsigned short)331, (unsigned short)115, (unsigned short)0, (unsigned short)0, (unsigned short)153, (unsigned short)117, (unsigned short)119, (unsigned short)123, (unsigned short)121, (unsigned short)303, (unsigned short)0, (unsigned short)302, (unsigned short)0, (unsigned short)223, (unsigned short)0, (unsigned short)224, (unsigned short)195, (unsigned short)196, (unsigned short)197, (unsigned short)198, (unsigned short)199, (unsigned short)201, (unsigned short)204, (unsigned short)205, (unsigned short)202, (unsigned short)203, (unsigned short)194, (unsigned short)200, (unsigned short)212, (unsigned short)0, (unsigned short)207, (unsigned short)206, (unsigned short)0, (unsigned short)132, (unsigned short)134, (unsigned short)210, (unsigned short)136, (unsigned short)138, (unsigned short)208, (unsigned short)209, (unsigned short)140, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)4, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)107, (unsigned short)109, (unsigned short)113, (unsigned short)111, (unsigned short)297, (unsigned short)345, (unsigned short)296, (unsigned short)0, (unsigned short)0, (unsigned short)421, (unsigned short)0, (unsigned short)396, (unsigned short)350, (unsigned short)43, (unsigned short)349, (unsigned short)0, (unsigned short)413, (unsigned short)21, (unsigned short)0, (unsigned short)418, (unsigned short)414, (unsigned short)424, (unsigned short)417, (unsigned short)0, (unsigned short)0, (unsigned short)28, (unsigned short)24, (unsigned short)32, (unsigned short)0, (unsigned short)31, (unsigned short)26, (unsigned short)0, (unsigned short)86, (unsigned short)84, (unsigned short)54, (unsigned short)55, (unsigned short)56, (unsigned short)58, (unsigned short)59, (unsigned short)61, (unsigned short)62, (unsigned short)66, (unsigned short)67, (unsigned short)64, (unsigned short)65, (unsigned short)69, (unsigned short)70, (unsigned short)72, (unsigned short)74, (unsigned short)76, (unsigned short)78, (unsigned short)80, (unsigned short)0, (unsigned short)87, (unsigned short)85, (unsigned short)394, (unsigned short)0, (unsigned short)39, (unsigned short)278, (unsigned short)0, (unsigned short)276, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)292, (unsigned short)341, (unsigned short)0, (unsigned short)0, (unsigned short)335, (unsigned short)337, (unsigned short)0, (unsigned short)329, (unsigned short)332, (unsigned short)333, (unsigned short)306, (unsigned short)305, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)304, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)261, (unsigned short)216, (unsigned short)5, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)232, (unsigned short)0, (unsigned short)260, (unsigned short)229, (unsigned short)0, (unsigned short)400, (unsigned short)0, (unsigned short)316, (unsigned short)0, (unsigned short)0, (unsigned short)6, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)258, (unsigned short)0, (unsigned short)0, (unsigned short)225, (unsigned short)226, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)133, (unsigned short)135, (unsigned short)137, (unsigned short)139, (unsigned short)141, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)41, (unsigned short)100, (unsigned short)287, (unsigned short)0, (unsigned short)0, (unsigned short)281, (unsigned short)0, (unsigned short)0, (unsigned short)300, (unsigned short)299, (unsigned short)0, (unsigned short)0, (unsigned short)298, (unsigned short)52, (unsigned short)10, (unsigned short)398, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)311, (unsigned short)410, (unsigned short)370, (unsigned short)0, (unsigned short)411, (unsigned short)0, (unsigned short)416, (unsigned short)422, (unsigned short)420, (unsigned short)425, (unsigned short)419, (unsigned short)395, (unsigned short)25, (unsigned short)0, (unsigned short)23, (unsigned short)0, (unsigned short)393, (unsigned short)0, (unsigned short)0, (unsigned short)271, (unsigned short)0, (unsigned short)0, (unsigned short)192, (unsigned short)0, (unsigned short)0, (unsigned short)340, (unsigned short)339, (unsigned short)322, (unsigned short)308, (unsigned short)321, (unsigned short)296, (unsigned short)291, (unsigned short)293, (unsigned short)0, (unsigned short)13, (unsigned short)330, (unsigned short)334, (unsigned short)307, (unsigned short)0, (unsigned short)294, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)124, (unsigned short)126, (unsigned short)130, (unsigned short)128, (unsigned short)0, (unsigned short)0, (unsigned short)404, (unsigned short)0, (unsigned short)45, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)255, (unsigned short)311, (unsigned short)0, (unsigned short)0, (unsigned short)262, (unsigned short)264, (unsigned short)399, (unsigned short)321, (unsigned short)0, (unsigned short)318, (unsigned short)0, (unsigned short)214, (unsigned short)230, (unsigned short)0, (unsigned short)259, (unsigned short)325, (unsigned short)0, (unsigned short)328, (unsigned short)342, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)317, (unsigned short)257, (unsigned short)256, (unsigned short)405, (unsigned short)408, (unsigned short)409, (unsigned short)407, (unsigned short)406, (unsigned short)215, (unsigned short)0, (unsigned short)221, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)15, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)280, (unsigned short)288, (unsigned short)282, (unsigned short)283, (unsigned short)301, (unsigned short)289, (unsigned short)0, (unsigned short)284, (unsigned short)0, (unsigned short)0, (unsigned short)397, (unsigned short)412, (unsigned short)371, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)373, (unsigned short)5, (unsigned short)0, (unsigned short)362, (unsigned short)0, (unsigned short)364, (unsigned short)353, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)354, (unsigned short)355, (unsigned short)356, (unsigned short)357, (unsigned short)358, (unsigned short)0, (unsigned short)415, (unsigned short)34, (unsigned short)33, (unsigned short)82, (unsigned short)279, (unsigned short)277, (unsigned short)0, (unsigned short)272, (unsigned short)0, (unsigned short)275, (unsigned short)324, (unsigned short)323, (unsigned short)299, (unsigned short)0, (unsigned short)309, (unsigned short)336, (unsigned short)338, (unsigned short)157, (unsigned short)158, (unsigned short)161, (unsigned short)160, (unsigned short)159, (unsigned short)0, (unsigned short)162, (unsigned short)164, (unsigned short)0, (unsigned short)295, (unsigned short)12, (unsigned short)269, (unsigned short)270, (unsigned short)0, (unsigned short)0, (unsigned short)125, (unsigned short)127, (unsigned short)131, (unsigned short)129, (unsigned short)0, (unsigned short)223, (unsigned short)0, (unsigned short)224, (unsigned short)403, (unsigned short)0, (unsigned short)312, (unsigned short)0, (unsigned short)231, (unsigned short)401, (unsigned short)266, (unsigned short)0, (unsigned short)323, (unsigned short)0, (unsigned short)0, (unsigned short)254, (unsigned short)0, (unsigned short)265, (unsigned short)0, (unsigned short)321, (unsigned short)319, (unsigned short)233, (unsigned short)314, (unsigned short)0, (unsigned short)0, (unsigned short)326, (unsigned short)327, (unsigned short)0, (unsigned short)320, (unsigned short)213, (unsigned short)219, (unsigned short)220, (unsigned short)0, (unsigned short)0, (unsigned short)217, (unsigned short)211, (unsigned short)17, (unsigned short)0, (unsigned short)14, (unsigned short)19, (unsigned short)0, (unsigned short)290, (unsigned short)285, (unsigned short)286, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)386, (unsigned short)387, (unsigned short)388, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)374, (unsigned short)102, (unsigned short)0, (unsigned short)142, (unsigned short)144, (unsigned short)363, (unsigned short)0, (unsigned short)366, (unsigned short)365, (unsigned short)372, (unsigned short)104, (unsigned short)0, (unsigned short)0, (unsigned short)310, (unsigned short)168, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)165, (unsigned short)0, (unsigned short)0, (unsigned short)248, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)225, (unsigned short)226, (unsigned short)402, (unsigned short)392, (unsigned short)0, (unsigned short)321, (unsigned short)263, (unsigned short)267, (unsigned short)323, (unsigned short)313, (unsigned short)315, (unsigned short)343, (unsigned short)218, (unsigned short)222, (unsigned short)16, (unsigned short)18, (unsigned short)0, (unsigned short)361, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)385, (unsigned short)389, (unsigned short)0, (unsigned short)359, (unsigned short)0, (unsigned short)103, (unsigned short)0, (unsigned short)273, (unsigned short)274, (unsigned short)0, (unsigned short)167, (unsigned short)166, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)238, (unsigned short)0, (unsigned short)0, (unsigned short)253, (unsigned short)0, (unsigned short)391, (unsigned short)0, (unsigned short)360, (unsigned short)0, (unsigned short)0, (unsigned short)382, (unsigned short)0, (unsigned short)0, (unsigned short)384, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)143, (unsigned short)0, (unsigned short)346, (unsigned short)145, (unsigned short)163, (unsigned short)0, (unsigned short)246, (unsigned short)0, (unsigned short)247, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)243, (unsigned short)268, (unsigned short)375, (unsigned short)377, (unsigned short)378, (unsigned short)0, (unsigned short)383, (unsigned short)0, (unsigned short)0, (unsigned short)105, (unsigned short)351, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)236, (unsigned short)0, (unsigned short)237, (unsigned short)0, (unsigned short)251, (unsigned short)0, (unsigned short)252, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)380, (unsigned short)0, (unsigned short)0, (unsigned short)347, (unsigned short)244, (unsigned short)245, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)0, (unsigned short)241, (unsigned short)0, (unsigned short)242, (unsigned short)376, (unsigned short)379, (unsigned short)381, (unsigned short)348, (unsigned short)352, (unsigned short)234, (unsigned short)235, (unsigned short)249, (unsigned short)250, (unsigned short)0, (unsigned short)0, (unsigned short)239, (unsigned short)240
-};
-
-static const yytype_int16 yydefgoto[] =
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct Statement * stmt;
+} ecere_gcc_struct whileStmt;
+struct
 {
-(short)(-1), (short)23, (short)24, (short)25, (short)226, (short)26, (short)242, (short)27, (short)92, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)100, (short)129, (short)488, (short)94, (short)603, (short)102, (short)302, (short)400, (short)196, (short)598, (short)599, (short)83, (short)303, (short)167, (short)525, (short)526, (short)527, (short)168, (short)84, (short)43, (short)44, (short)86, (short)200, (short)87, (short)88, (short)89, (short)304, (short)305, (short)306, (short)307, (short)308, (short)420, (short)421, (short)90, (short)91, (short)273, (short)274, (short)218, (short)173, (short)341, (short)174, (short)411, (short)309, (short)310, (short)385, (short)311, (short)312, (short)286, (short)313, (short)342, (short)282, (short)283, (short)437, (short)108, (short)682, (short)230, (short)705, (short)491, (short)492, (short)493, (short)494, (short)495, (short)360, (short)496, (short)497, (short)498, (short)499, (short)500, (short)45, (short)314, (short)46, (short)231, (short)316, (short)317, (short)318, (short)319, (short)320, (short)232, (short)233, (short)234, (short)235, (short)236, (short)237, (short)238, (short)47
-};
-
-static const yytype_int16 yypact[] =
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct Statement * stmt;
+} ecere_gcc_struct doWhile;
+struct
 {
-(short)5604, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)5617, (short)5677, (short)5677, (short)(-559), (short)7098, (short)5604, (short)(-559), (short)7098, (short)5604, (short)5690, (short)5239, (short)38, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-55), (short)(-559), (short)(-559), (short)609, (short)(-559), (short)739, (short)5604, (short)(-559), (short)295, (short)307, (short)444, (short)49, (short)462, (short)(-30), (short)(-36), (short)(-27), (short)117, (short)25, (short)739, (short)(-559), (short)2, (short)(-559), (short)(-559), (short)(-559), (short)187, (short)5239, (short)(-559), (short)5325, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)19, (short)(-559), (short)(-559), (short)(-559), (short)114, (short)(-559), (short)(-559), (short)(-559), (short)6189, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)163, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)7278, (short)6288, (short)7278, (short)5239, (short)(-559), (short)(-559), (short)(-559), (short)(-48), (short)6634, (short)(-559), (short)2, (short)(-559), (short)(-559), (short)(-559), (short)115, (short)155, (short)1958, (short)283, (short)(-559), (short)(-559), (short)4241, (short)283, (short)5604, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)4282, (short)(-559), (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)5604, (short)4282, (short)2088, (short)(-559), (short)159, (short)283, (short)164, (short)174, (short)264, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)6387, (short)5604, (short)(-6), (short)(-559), (short)129, (short)205, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)218, (short)222, (short)229, (short)2596, (short)242, (short)29, (short)249, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)256, (short)(-559), (short)(-559), (short)6486, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)5604, (short)279, (short)6585, (short)298, (short)(-559), (short)5604, (short)6090, (short)5398, (short)274, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)148, (short)(-559), (short)244, (short)5604, (short)38, (short)(-559), (short)2218, (short)(-559), (short)(-559), (short)430, (short)(-559), (short)5991, (short)(-559), (short)(-559), (short)272, (short)(-559), (short)(-559), (short)73, (short)(-559), (short)2348, (short)277, (short)(-559), (short)(-559), (short)(-559), (short)232, (short)(-559), (short)(-559), (short)366, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)295, (short)295, (short)307, (short)307, (short)444, (short)444, (short)444, (short)444, (short)49, (short)49, (short)462, (short)(-30), (short)(-36), (short)(-27), (short)117, (short)(-72), (short)(-559), (short)(-559), (short)(-559), (short)300, (short)(-559), (short)306, (short)116, (short)(-559), (short)283, (short)283, (short)343, (short)(-559), (short)5892, (short)349, (short)359, (short)358, (short)(-559), (short)375, (short)(-559), (short)(-6), (short)(-559), (short)218, (short)229, (short)397, (short)6733, (short)5604, (short)218, (short)7188, (short)5991, (short)5312, (short)7098, (short)(-559), (short)(-559), (short)(-55), (short)699, (short)4877, (short)5, (short)2714, (short)(-559), (short)109, (short)(-559), (short)(-559), (short)351, (short)(-559), (short)1418, (short)(-559), (short)716, (short)347, (short)378, (short)272, (short)272, (short)272, (short)356, (short)(-559), (short)2832, (short)2950, (short)380, (short)385, (short)4489, (short)264, (short)5604, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)405, (short)413, (short)5604, (short)5604, (short)421, (short)(-559), (short)(-559), (short)(-559), (short)416, (short)426, (short)(-559), (short)423, (short)121, (short)148, (short)244, (short)6825, (short)5458, (short)148, (short)(-559), (short)(-559), (short)(-559), (short)408, (short)4282, (short)412, (short)(-559), (short)(-559), (short)411, (short)4076, (short)(-559), (short)4282, (short)(-559), (short)(-559), (short)(-559), (short)73, (short)(-559), (short)(-559), (short)(-559), (short)4282, (short)(-559), (short)5604, (short)(-559), (short)5604, (short)283, (short)(-559), (short)(-52), (short)200, (short)(-559), (short)5793, (short)98, (short)(-559), (short)(-559), (short)351, (short)(-559), (short)(-559), (short)517, (short)(-559), (short)(-559), (short)7008, (short)(-559), (short)(-559), (short)(-559), (short)218, (short)215, (short)(-559), (short)428, (short)431, (short)173, (short)4761, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)722, (short)5991, (short)(-559), (short)5109, (short)791, (short)5, (short)436, (short)716, (short)6917, (short)4282, (short)406, (short)5604, (short)(-559), (short)419, (short)5, (short)137, (short)(-559), (short)146, (short)(-559), (short)420, (short)716, (short)(-559), (short)67, (short)(-559), (short)(-559), (short)858, (short)(-559), (short)(-559), (short)5471, (short)(-559), (short)(-559), (short)438, (short)235, (short)67, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)3068, (short)(-559), (short)3186, (short)3304, (short)4489, (short)3422, (short)443, (short)442, (short)5604, (short)(-559), (short)447, (short)451, (short)5604, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)148, (short)(-559), (short)448, (short)(-559), (short)452, (short)130, (short)(-559), (short)(-559), (short)(-559), (short)5604, (short)439, (short)460, (short)463, (short)464, (short)4206, (short)471, (short)283, (short)440, (short)450, (short)4648, (short)283, (short)(-559), (short)234, (short)189, (short)(-559), (short)4990, (short)(-559), (short)(-559), (short)1568, (short)1698, (short)458, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)453, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)4489, (short)(-559), (short)4489, (short)(-559), (short)351, (short)(-559), (short)517, (short)67, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)473, (short)476, (short)(-559), (short)224, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-14), (short)465, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)30, (short)(-559), (short)173, (short)(-559), (short)(-559), (short)716, (short)(-559), (short)484, (short)(-559), (short)(-559), (short)(-559), (short)2478, (short)466, (short)716, (short)294, (short)(-559), (short)5604, (short)(-559), (short)67, (short)468, (short)(-559), (short)(-559), (short)(-559), (short)478, (short)140, (short)(-559), (short)(-559), (short)283, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)3540, (short)3658, (short)(-559), (short)(-559), (short)(-559), (short)487, (short)(-559), (short)(-559), (short)490, (short)(-559), (short)(-559), (short)(-559), (short)477, (short)4206, (short)5604, (short)5604, (short)5531, (short)558, (short)4541, (short)486, (short)(-559), (short)(-559), (short)(-559), (short)195, (short)495, (short)4206, (short)(-559), (short)(-559), (short)206, (short)(-559), (short)497, (short)(-559), (short)1828, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)3776, (short)3894, (short)(-559), (short)(-559), (short)5604, (short)510, (short)257, (short)(-559), (short)272, (short)272, (short)(-559), (short)138, (short)152, (short)502, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)504, (short)506, (short)(-559), (short)511, (short)507, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)4206, (short)(-559), (short)275, (short)312, (short)4206, (short)324, (short)537, (short)4206, (short)4575, (short)(-559), (short)(-559), (short)5604, (short)(-559), (short)412, (short)(-559), (short)4371, (short)(-559), (short)(-559), (short)333, (short)(-559), (short)(-559), (short)(-25), (short)(-23), (short)272, (short)272, (short)(-559), (short)272, (short)272, (short)(-559), (short)161, (short)(-559), (short)5604, (short)(-559), (short)4206, (short)4206, (short)(-559), (short)4206, (short)5604, (short)(-559), (short)4206, (short)5544, (short)516, (short)(-559), (short)4371, (short)(-559), (short)(-559), (short)(-559), (short)272, (short)(-559), (short)272, (short)(-559), (short)13, (short)27, (short)32, (short)31, (short)272, (short)272, (short)(-559), (short)(-559), (short)593, (short)(-559), (short)(-559), (short)339, (short)(-559), (short)4206, (short)342, (short)(-559), (short)(-559), (short)151, (short)521, (short)523, (short)272, (short)(-559), (short)272, (short)(-559), (short)272, (short)(-559), (short)272, (short)(-559), (short)165, (short)57, (short)4206, (short)526, (short)(-559), (short)4206, (short)3946, (short)(-559), (short)(-559), (short)(-559), (short)525, (short)527, (short)530, (short)533, (short)272, (short)(-559), (short)272, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)541, (short)542, (short)(-559), (short)(-559)
-};
-
-static const yytype_int16 yypgoto[] =
+struct Statement * init;
+struct Statement * check;
+struct __ecereNameSpace__ecere__sys__OldList * increment;
+struct Statement * stmt;
+} ecere_gcc_struct forStmt;
+struct
 {
-(short)(-559), (short)329, (short)(-559), (short)(-559), (short)(-101), (short)984, (short)(-559), (short)(-559), (short)0, (short)(-559), (short)15, (short)369, (short)364, (short)482, (short)370, (short)524, (short)534, (short)532, (short)539, (short)540, (short)(-559), (short)14, (short)1, (short)646, (short)(-13), (short)(-10), (short)(-330), (short)(-559), (short)17, (short)(-559), (short)594, (short)(-559), (short)42, (short)(-15), (short)711, (short)(-559), (short)(-559), (short)(-508), (short)(-559), (short)273, (short)16, (short)782, (short)(-21), (short)59, (short)120, (short)43, (short)(-2), (short)(-258), (short)(-262), (short)269, (short)(-559), (short)(-559), (short)(-250), (short)(-559), (short)142, (short)10, (short)285, (short)233, (short)325, (short)(-203), (short)(-154), (short)(-91), (short)(-75), (short)(-261), (short)1014, (short)(-213), (short)(-347), (short)(-559), (short)1000, (short)(-559), (short)889, (short)(-139), (short)(-559), (short)313, (short)(-559), (short)37, (short)(-558), (short)(-321), (short)(-559), (short)(-142), (short)(-559), (short)(-559), (short)212, (short)(-559), (short)(-559), (short)536, (short)(-537), (short)(-559), (short)(-559), (short)(-559), (short)(-7), (short)(-335), (short)89, (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)(-559), (short)474, (short)350, (short)480, (short)483, (short)(-559), (short)(-147), (short)(-559)
-};
-
-static const yytype_int16 yytable[] =
+struct Identifier * id;
+} ecere_gcc_struct gotoStmt;
+struct
 {
-(short)28, (short)42, (short)101, (short)96, (short)270, (short)49, (short)51, (short)52, (short)2, (short)109, (short)346, (short)219, (short)288, (short)241, (short)98, (short)28, (short)358, (short)350, (short)383, (short)614, (short)206, (short)293, (short)2, (short)281, (short)93, (short)501, (short)82, (short)93, (short)246, (short)95, (short)489, (short)103, (short)2, (short)2, (short)472, (short)101, (short)405, (short)101, (short)68, (short)69, (short)516, (short)422, (short)148, (short)4, (short)130, (short)684, (short)686, (short)8, (short)28, (short)267, (short)28, (short)645, (short)210, (short)156, (short)429, (short)615, (short)616, (short)8, (short)106, (short)448, (short)450, (short)138, (short)139, (short)453, (short)103, (short)516, (short)372, (short)165, (short)179, (short)76, (short)2, (short)209, (short)375, (short)199, (short)105, (short)199, (short)210, (short)354, (short)516, (short)197, (short)165, (short)197, (short)407, (short)708, (short)101, (short)153, (short)110, (short)280, (short)508, (short)423, (short)509, (short)106, (short)202, (short)546, (short)202, (short)144, (short)710, (short)28, (short)169, (short)145, (short)714, (short)2, (short)712, (short)245, (short)203, (short)657, (short)203, (short)105, (short)677, (short)146, (short)198, (short)169, (short)198, (short)103, (short)28, (short)243, (short)28, (short)685, (short)214, (short)687, (short)164, (short)333, (short)704, (short)356, (short)228, (short)171, (short)732, (short)229, (short)617, (short)28, (short)247, (short)164, (short)337, (short)147, (short)208, (short)394, (short)266, (short)201, (short)171, (short)201, (short)106, (short)170, (short)405, (short)151, (short)465, (short)216, (short)248, (short)249, (short)250, (short)28, (short)28, (short)268, (short)397, (short)284, (short)170, (short)709, (short)105, (short)324, (short)501, (short)501, (short)154, (short)215, (short)149, (short)601, (short)738, (short)228, (short)2, (short)609, (short)229, (short)711, (short)322, (short)619, (short)436, (short)715, (short)713, (short)199, (short)2, (short)93, (short)346, (short)279, (short)285, (short)328, (short)140, (short)141, (short)350, (short)356, (short)199, (short)152, (short)382, (short)570, (short)571, (short)8, (short)328, (short)542, (short)202, (short)334, (short)609, (short)362, (short)429, (short)733, (short)429, (short)8, (short)344, (short)429, (short)609, (short)202, (short)203, (short)660, (short)661, (short)467, (short)28, (short)339, (short)329, (short)363, (short)165, (short)352, (short)380, (short)203, (short)519, (short)93, (short)212, (short)663, (short)664, (short)329, (short)164, (short)159, (short)93, (short)519, (short)279, (short)600, (short)692, (short)693, (short)157, (short)430, (short)221, (short)730, (short)351, (short)158, (short)228, (short)331, (short)375, (short)229, (short)159, (short)520, (short)464, (short)169, (short)607, (short)162, (short)608, (short)431, (short)331, (short)228, (short)520, (short)581, (short)229, (short)164, (short)160, (short)161, (short)376, (short)521, (short)519, (short)552, (short)151, (short)631, (short)165, (short)315, (short)348, (short)501, (short)521, (short)503, (short)349, (short)151, (short)171, (short)160, (short)161, (short)722, (short)222, (short)553, (short)271, (short)401, (short)662, (short)151, (short)398, (short)101, (short)554, (short)520, (short)2, (short)165, (short)170, (short)522, (short)523, (short)422, (short)8, (short)723, (short)665, (short)169, (short)28, (short)2, (short)522, (short)523, (short)107, (short)521, (short)392, (short)694, (short)176, (short)275, (short)93, (short)731, (short)279, (short)538, (short)402, (short)465, (short)406, (short)210, (short)413, (short)276, (short)330, (short)455, (short)169, (short)210, (short)429, (short)429, (short)171, (short)290, (short)375, (short)458, (short)459, (short)330, (short)279, (short)596, (short)650, (short)522, (short)523, (short)107, (short)524, (short)647, (short)291, (short)587, (short)170, (short)469, (short)510, (short)93, (short)511, (short)612, (short)292, (short)171, (short)651, (short)162, (short)613, (short)93, (short)93, (short)369, (short)604, (short)404, (short)564, (short)117, (short)370, (short)429, (short)429, (short)565, (short)28, (short)170, (short)211, (short)93, (short)506, (short)279, (short)212, (short)172, (short)158, (short)228, (short)28, (short)504, (short)595, (short)159, (short)326, (short)110, (short)228, (short)490, (short)531, (short)204, (short)172, (short)204, (short)107, (short)321, (short)541, (short)534, (short)505, (short)217, (short)93, (short)600, (short)325, (short)165, (short)211, (short)315, (short)670, (short)101, (short)212, (short)279, (short)165, (short)210, (short)164, (short)335, (short)625, (short)155, (short)160, (short)161, (short)548, (short)279, (short)28, (short)2, (short)315, (short)315, (short)356, (short)359, (short)315, (short)2, (short)535, (short)338, (short)177, (short)368, (short)164, (short)131, (short)169, (short)561, (short)103, (short)285, (short)132, (short)133, (short)228, (short)169, (short)93, (short)671, (short)416, (short)2, (short)134, (short)135, (short)210, (short)111, (short)112, (short)113, (short)239, (short)638, (short)373, (short)673, (short)244, (short)374, (short)575, (short)93, (short)210, (short)171, (short)578, (short)106, (short)683, (short)649, (short)136, (short)137, (short)171, (short)210, (short)719, (short)537, (short)604, (short)721, (short)379, (short)210, (short)582, (short)170, (short)210, (short)105, (short)388, (short)432, (short)93, (short)593, (short)170, (short)433, (short)93, (short)165, (short)142, (short)143, (short)389, (short)28, (short)158, (short)332, (short)390, (short)272, (short)28, (short)159, (short)158, (short)440, (short)93, (short)371, (short)210, (short)159, (short)332, (short)28, (short)28, (short)669, (short)445, (short)359, (short)391, (short)672, (short)253, (short)254, (short)675, (short)251, (short)252, (short)300, (short)169, (short)323, (short)377, (short)378, (short)490, (short)490, (short)259, (short)260, (short)172, (short)395, (short)160, (short)161, (short)441, (short)622, (short)2, (short)451, (short)160, (short)161, (short)356, (short)547, (short)452, (short)456, (short)696, (short)697, (short)356, (short)698, (short)164, (short)171, (short)700, (short)461, (short)457, (short)315, (short)164, (short)315, (short)315, (short)315, (short)315, (short)460, (short)628, (short)462, (short)463, (short)528, (short)114, (short)170, (short)471, (short)115, (short)116, (short)473, (short)529, (short)544, (short)117, (short)563, (short)357, (short)720, (short)549, (short)(-316), (short)573, (short)228, (short)172, (short)574, (short)229, (short)579, (short)93, (short)355, (short)576, (short)639, (short)640, (short)642, (short)577, (short)580, (short)734, (short)583, (short)584, (short)736, (short)590, (short)585, (short)586, (short)28, (short)28, (short)28, (short)28, (short)172, (short)28, (short)588, (short)591, (short)158, (short)610, (short)606, (short)611, (short)28, (short)159, (short)315, (short)655, (short)315, (short)605, (short)630, (short)28, (short)623, (short)272, (short)272, (short)618, (short)(-318), (short)357, (short)(-317), (short)635, (short)28, (short)2, (short)636, (short)643, (short)637, (short)111, (short)112, (short)113, (short)490, (short)255, (short)256, (short)257, (short)258, (short)357, (short)300, (short)646, (short)160, (short)161, (short)656, (short)117, (short)418, (short)357, (short)300, (short)648, (short)380, (short)652, (short)28, (short)678, (short)212, (short)435, (short)28, (short)357, (short)666, (short)28, (short)28, (short)667, (short)(-319), (short)(-320), (short)668, (short)300, (short)300, (short)28, (short)681, (short)300, (short)674, (short)703, (short)718, (short)695, (short)315, (short)315, (short)699, (short)93, (short)724, (short)702, (short)725, (short)735, (short)739, (short)261, (short)740, (short)28, (short)28, (short)741, (short)28, (short)28, (short)742, (short)28, (short)28, (short)263, (short)262, (short)28, (short)681, (short)93, (short)745, (short)746, (short)357, (short)264, (short)150, (short)265, (short)487, (short)207, (short)172, (short)679, (short)107, (short)627, (short)555, (short)315, (short)315, (short)172, (short)559, (short)507, (short)28, (short)2, (short)518, (short)272, (short)602, (short)111, (short)112, (short)113, (short)357, (short)357, (short)365, (short)502, (short)0, (short)0, (short)0, (short)357, (short)366, (short)28, (short)2, (short)367, (short)28, (short)28, (short)681, (short)0, (short)2, (short)0, (short)114, (short)530, (short)533, (short)115, (short)116, (short)0, (short)0, (short)539, (short)357, (short)0, (short)300, (short)0, (short)357, (short)0, (short)357, (short)0, (short)0, (short)357, (short)0, (short)0, (short)0, (short)357, (short)0, (short)8, (short)0, (short)0, (short)0, (short)357, (short)0, (short)357, (short)118, (short)119, (short)120, (short)121, (short)122, (short)123, (short)124, (short)125, (short)126, (short)127, (short)357, (short)361, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)172, (short)0, (short)300, (short)0, (short)300, (short)300, (short)300, (short)300, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)85, (short)0, (short)166, (short)85, (short)159, (short)158, (short)104, (short)0, (short)0, (short)178, (short)159, (short)0, (short)0, (short)0, (short)0, (short)166, (short)0, (short)487, (short)0, (short)589, (short)0, (short)0, (short)213, (short)594, (short)0, (short)0, (short)114, (short)0, (short)418, (short)115, (short)116, (short)487, (short)487, (short)0, (short)0, (short)160, (short)161, (short)0, (short)0, (short)104, (short)0, (short)160, (short)161, (short)356, (short)68, (short)69, (short)300, (short)414, (short)300, (short)0, (short)0, (short)0, (short)357, (short)357, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)442, (short)443, (short)444, (short)446, (short)0, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)85, (short)(-331), (short)76, (short)620, (short)0, (short)621, (short)(-331), (short)0, (short)357, (short)166, (short)0, (short)0, (short)0, (short)85, (short)128, (short)104, (short)357, (short)357, (short)0, (short)0, (short)85, (short)357, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)0, (short)632, (short)0, (short)0, (short)0, (short)0, (short)300, (short)300, (short)(-331), (short)(-331), (short)0, (short)0, (short)0, (short)0, (short)166, (short)0, (short)0, (short)0, (short)0, (short)487, (short)0, (short)0, (short)0, (short)0, (short)164, (short)166, (short)0, (short)0, (short)0, (short)213, (short)0, (short)487, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)487, (short)0, (short)104, (short)0, (short)0, (short)300, (short)300, (short)0, (short)277, (short)0, (short)0, (short)0, (short)0, (short)85, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)487, (short)0, (short)0, (short)0, (short)487, (short)175, (short)0, (short)487, (short)0, (short)0, (short)50, (short)0, (short)16, (short)357, (short)0, (short)0, (short)0, (short)0, (short)175, (short)0, (short)0, (short)0, (short)0, (short)0, (short)381, (short)220, (short)0, (short)85, (short)345, (short)0, (short)0, (short)0, (short)0, (short)487, (short)487, (short)0, (short)487, (short)0, (short)0, (short)487, (short)104, (short)410, (short)0, (short)0, (short)0, (short)85, (short)0, (short)419, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)0, (short)0, (short)0, (short)0, (short)438, (short)0, (short)0, (short)0, (short)0, (short)0, (short)487, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)487, (short)0, (short)0, (short)487, (short)175, (short)0, (short)287, (short)0, (short)289, (short)0, (short)0, (short)0, (short)0, (short)0, (short)85, (short)0, (short)0, (short)0, (short)0, (short)0, (short)410, (short)0, (short)0, (short)0, (short)0, (short)0, (short)85, (short)0, (short)0, (short)403, (short)85, (short)0, (short)85, (short)0, (short)0, (short)0, (short)0, (short)85, (short)175, (short)104, (short)0, (short)0, (short)0, (short)0, (short)381, (short)0, (short)85, (short)227, (short)0, (short)175, (short)0, (short)515, (short)0, (short)220, (short)0, (short)347, (short)104, (short)104, (short)0, (short)0, (short)104, (short)454, (short)0, (short)0, (short)213, (short)0, (short)0, (short)0, (short)0, (short)540, (short)0, (short)0, (short)410, (short)0, (short)0, (short)0, (short)515, (short)0, (short)0, (short)410, (short)0, (short)0, (short)0, (short)85, (short)470, (short)0, (short)0, (short)0, (short)227, (short)556, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)658, (short)659, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)301, (short)0, (short)85, (short)0, (short)0, (short)0, (short)0, (short)0, (short)387, (short)0, (short)0, (short)0, (short)85, (short)0, (short)0, (short)393, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)536, (short)0, (short)0, (short)412, (short)0, (short)0, (short)85, (short)0, (short)104, (short)425, (short)427, (short)0, (short)0, (short)85, (short)688, (short)689, (short)0, (short)690, (short)691, (short)410, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)227, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)562, (short)0, (short)0, (short)0, (short)0, (short)706, (short)227, (short)707, (short)0, (short)0, (short)515, (short)0, (short)0, (short)716, (short)717, (short)104, (short)0, (short)104, (short)104, (short)104, (short)104, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)726, (short)412, (short)727, (short)0, (short)728, (short)0, (short)729, (short)0, (short)0, (short)0, (short)515, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)515, (short)410, (short)0, (short)0, (short)743, (short)0, (short)744, (short)387, (short)514, (short)0, (short)85, (short)0, (short)0, (short)104, (short)104, (short)0, (short)0, (short)386, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)301, (short)220, (short)104, (short)0, (short)104, (short)384, (short)0, (short)0, (short)386, (short)412, (short)287, (short)543, (short)0, (short)0, (short)424, (short)426, (short)412, (short)301, (short)301, (short)0, (short)551, (short)301, (short)384, (short)0, (short)0, (short)439, (short)0, (short)0, (short)384, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)227, (short)0, (short)0, (short)0, (short)0, (short)0, (short)104, (short)104, (short)0, (short)0, (short)386, (short)0, (short)0, (short)0, (short)0, (short)410, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)384, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)412, (short)386, (short)513, (short)0, (short)0, (short)104, (short)0, (short)0, (short)386, (short)0, (short)104, (short)104, (short)0, (short)0, (short)0, (short)384, (short)512, (short)0, (short)0, (short)0, (short)0, (short)0, (short)384, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)386, (short)0, (short)513, (short)0, (short)386, (short)0, (short)301, (short)386, (short)0, (short)0, (short)0, (short)550, (short)0, (short)2, (short)384, (short)0, (short)512, (short)557, (short)384, (short)558, (short)0, (short)384, (short)0, (short)0, (short)301, (short)512, (short)301, (short)301, (short)301, (short)301, (short)566, (short)384, (short)0, (short)412, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)386, (short)0, (short)301, (short)76, (short)301, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)384, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)386, (short)513, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)384, (short)512, (short)79, (short)80, (short)0, (short)227, (short)0, (short)81, (short)0, (short)434, (short)0, (short)412, (short)0, (short)0, (short)0, (short)386, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)626, (short)386, (short)0, (short)301, (short)301, (short)629, (short)384, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)384, (short)384, (short)0, (short)0, (short)1, (short)512, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)301, (short)301, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)474, (short)475, (short)476, (short)477, (short)478, (short)479, (short)480, (short)481, (short)482, (short)483, (short)484, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)485, (short)0, (short)0, (short)0, (short)0, (short)386, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)384, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)486, (short)359, (short)(-368), (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)474, (short)475, (short)476, (short)477, (short)478, (short)479, (short)480, (short)481, (short)482, (short)483, (short)484, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)485, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)486, (short)359, (short)(-367), (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)474, (short)475, (short)476, (short)477, (short)478, (short)479, (short)480, (short)481, (short)482, (short)483, (short)484, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)485, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)486, (short)359, (short)(-369), (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)223, (short)224, (short)225, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)223, (short)224, (short)269, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)223, (short)224, (short)353, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)364, (short)224, (short)(-423), (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)223, (short)224, (short)624, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)299, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)428, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)447, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)449, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)567, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)568, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)569, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)572, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)633, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)634, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)0, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)653, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)8, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)296, (short)0, (short)16, (short)0, (short)0, (short)9, (short)10, (short)11, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)654, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)680, (short)737, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)474, (short)475, (short)476, (short)477, (short)478, (short)479, (short)480, (short)481, (short)482, (short)483, (short)484, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)76, (short)0, (short)485, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)486, (short)359, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)474, (short)475, (short)476, (short)477, (short)478, (short)479, (short)480, (short)481, (short)482, (short)483, (short)484, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)8, (short)0, (short)9, (short)10, (short)11, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)486, (short)359, (short)0, (short)0, (short)14, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)15, (short)240, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)224, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)224, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)15, (short)1, (short)16, (short)2, (short)3, (short)4, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)680, (short)0, (short)0, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)294, (short)0, (short)0, (short)9, (short)10, (short)0, (short)158, (short)76, (short)0, (short)0, (short)295, (short)159, (short)8, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)8, (short)0, (short)0, (short)81, (short)296, (short)0, (short)16, (short)0, (short)0, (short)9, (short)10, (short)11, (short)164, (short)0, (short)0, (short)297, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)298, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)9, (short)10, (short)11, (short)1, (short)14, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)15, (short)644, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)0, (short)486, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)15, (short)676, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)486, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)2, (short)0, (short)15, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)592, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)399, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)211, (short)2, (short)0, (short)0, (short)212, (short)0, (short)0, (short)0, (short)164, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)532, (short)0, (short)0, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)2, (short)81, (short)415, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)164, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)416, (short)0, (short)417, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)356, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)164, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)597, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)0, (short)408, (short)99, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)409, (short)19, (short)20, (short)21, (short)22, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)1, (short)76, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)77, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)78, (short)8, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)79, (short)80, (short)8, (short)0, (short)0, (short)0, (short)15, (short)99, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)158, (short)0, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)160, (short)161, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)408, (short)99, (short)16, (short)0, (short)14, (short)0, (short)0, (short)17, (short)409, (short)19, (short)20, (short)21, (short)22, (short)15, (short)99, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)0, (short)0, (short)0, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)15, (short)0, (short)16, (short)0, (short)0, (short)343, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)15, (short)0, (short)16, (short)0, (short)14, (short)468, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)15, (short)0, (short)16, (short)0, (short)0, (short)560, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)15, (short)641, (short)16, (short)0, (short)14, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)15, (short)701, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)9, (short)10, (short)11, (short)1, (short)0, (short)2, (short)3, (short)4, (short)5, (short)0, (short)6, (short)7, (short)0, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)8, (short)12, (short)13, (short)0, (short)15, (short)0, (short)16, (short)0, (short)14, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)48, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)9, (short)10, (short)11, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)0, (short)0, (short)0, (short)0, (short)14, (short)0, (short)0, (short)0, (short)0, (short)0, (short)12, (short)13, (short)0, (short)50, (short)2, (short)16, (short)0, (short)14, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)97, (short)0, (short)16, (short)0, (short)0, (short)0, (short)0, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)2, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)380, (short)340, (short)0, (short)0, (short)212, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)2, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)380, (short)0, (short)0, (short)0, (short)212, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)356, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)211, (short)340, (short)0, (short)0, (short)212, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)162, (short)0, (short)0, (short)0, (short)163, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)162, (short)0, (short)0, (short)0, (short)205, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)162, (short)278, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)180, (short)181, (short)182, (short)183, (short)184, (short)185, (short)186, (short)187, (short)188, (short)189, (short)68, (short)69, (short)190, (short)191, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)192, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)0, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)193, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)194, (short)195, (short)0, (short)0, (short)0, (short)81, (short)162, (short)0, (short)0, (short)0, (short)327, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)180, (short)181, (short)182, (short)183, (short)184, (short)185, (short)186, (short)187, (short)188, (short)189, (short)68, (short)69, (short)190, (short)191, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)192, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)158, (short)76, (short)0, (short)8, (short)0, (short)159, (short)0, (short)0, (short)0, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)193, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)194, (short)195, (short)0, (short)75, (short)0, (short)81, (short)162, (short)0, (short)0, (short)0, (short)336, (short)158, (short)76, (short)0, (short)164, (short)0, (short)159, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)160, (short)161, (short)79, (short)80, (short)0, (short)0, (short)0, (short)0, (short)211, (short)0, (short)0, (short)0, (short)212, (short)0, (short)0, (short)0, (short)164, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)0, (short)396, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)0, (short)466, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)545, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)517, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)63, (short)64, (short)65, (short)66, (short)67, (short)68, (short)69, (short)70, (short)71, (short)72, (short)73, (short)399, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)75, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)77, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)78, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)79, (short)80, (short)0, (short)0, (short)0, (short)81, (short)8, (short)53, (short)54, (short)55, (short)56, (short)57, (short)180, (short)181, (short)182, (short)183, (short)184, (short)185, (short)186, (short)187, (short)188, (short)189, (short)68, (short)69, (short)190, (short)191, (short)72, (short)73, (short)74, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)192, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)76, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)193, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)194, (short)195, (short)0, (short)0, (short)0, (short)81
-};
-
-static const yytype_int16 yycheck[] =
+struct Specifier * spec;
+char * statements;
+struct __ecereNameSpace__ecere__sys__OldList * inputFields;
+struct __ecereNameSpace__ecere__sys__OldList * outputFields;
+struct __ecereNameSpace__ecere__sys__OldList * clobberedFields;
+} ecere_gcc_struct asmStmt;
+struct
 {
-(short)0, (short)0, (short)15, (short)13, (short)151, (short)5, (short)6, (short)7, (short)3, (short)16, (short)213, (short)102, (short)166, (short)114, (short)14, (short)15, (short)229, (short)220, (short)279, (short)527, (short)95, (short)175, (short)3, (short)162, (short)10, (short)360, (short)9, (short)13, (short)129, (short)12, (short)360, (short)15, (short)3, (short)3, (short)355, (short)48, (short)294, (short)50, (short)44, (short)45, (short)387, (short)302, (short)17, (short)5, (short)29, (short)70, (short)69, (short)28, (short)48, (short)150, (short)50, (short)588, (short)124, (short)74, (short)304, (short)69, (short)70, (short)28, (short)15, (short)321, (short)322, (short)12, (short)13, (short)325, (short)48, (short)412, (short)138, (short)82, (short)89, (short)75, (short)3, (short)119, (short)124, (short)94, (short)15, (short)96, (short)124, (short)224, (short)425, (short)94, (short)95, (short)96, (short)295, (short)70, (short)97, (short)48, (short)141, (short)162, (short)140, (short)302, (short)142, (short)48, (short)94, (short)414, (short)96, (short)125, (short)69, (short)97, (short)82, (short)135, (short)69, (short)3, (short)70, (short)116, (short)94, (short)613, (short)96, (short)48, (short)645, (short)136, (short)94, (short)95, (short)96, (short)97, (short)114, (short)114, (short)116, (short)142, (short)102, (short)142, (short)126, (short)196, (short)680, (short)118, (short)110, (short)82, (short)69, (short)110, (short)142, (short)129, (short)129, (short)126, (short)207, (short)16, (short)97, (short)289, (short)149, (short)94, (short)95, (short)96, (short)97, (short)82, (short)400, (short)141, (short)347, (short)102, (short)131, (short)132, (short)133, (short)149, (short)150, (short)150, (short)291, (short)163, (short)95, (short)142, (short)97, (short)178, (short)493, (short)494, (short)141, (short)102, (short)137, (short)493, (short)722, (short)151, (short)3, (short)514, (short)151, (short)142, (short)141, (short)141, (short)311, (short)142, (short)142, (short)196, (short)3, (short)163, (short)381, (short)162, (short)164, (short)196, (short)133, (short)134, (short)387, (short)118, (short)207, (short)0, (short)279, (short)451, (short)452, (short)28, (short)207, (short)406, (short)196, (short)205, (short)543, (short)124, (short)448, (short)142, (short)450, (short)28, (short)212, (short)453, (short)551, (short)207, (short)196, (short)69, (short)70, (short)348, (short)210, (short)210, (short)196, (short)140, (short)229, (short)222, (short)118, (short)207, (short)3, (short)205, (short)122, (short)69, (short)70, (short)207, (short)126, (short)79, (short)212, (short)3, (short)211, (short)490, (short)69, (short)70, (short)118, (short)124, (short)119, (short)70, (short)221, (short)74, (short)224, (short)196, (short)124, (short)224, (short)79, (short)28, (short)123, (short)229, (short)508, (short)118, (short)510, (short)140, (short)207, (short)237, (short)28, (short)123, (short)237, (short)126, (short)110, (short)111, (short)142, (short)44, (short)3, (short)124, (short)141, (short)123, (short)279, (short)176, (short)118, (short)602, (short)44, (short)370, (short)122, (short)141, (short)229, (short)110, (short)111, (short)124, (short)121, (short)140, (short)119, (short)294, (short)142, (short)141, (short)292, (short)296, (short)138, (short)28, (short)3, (short)302, (short)229, (short)74, (short)75, (short)552, (short)28, (short)142, (short)142, (short)279, (short)296, (short)3, (short)74, (short)75, (short)15, (short)44, (short)286, (short)142, (short)141, (short)141, (short)292, (short)142, (short)291, (short)400, (short)294, (short)514, (short)295, (short)124, (short)297, (short)141, (short)196, (short)327, (short)302, (short)124, (short)570, (short)571, (short)279, (short)118, (short)124, (short)335, (short)336, (short)207, (short)311, (short)140, (short)124, (short)74, (short)75, (short)48, (short)119, (short)140, (short)118, (short)479, (short)279, (short)349, (short)140, (short)327, (short)142, (short)119, (short)122, (short)302, (short)140, (short)118, (short)124, (short)335, (short)336, (short)119, (short)494, (short)294, (short)119, (short)26, (short)124, (short)607, (short)608, (short)124, (short)360, (short)302, (short)118, (short)349, (short)374, (short)348, (short)122, (short)82, (short)74, (short)355, (short)370, (short)370, (short)138, (short)79, (short)118, (short)141, (short)362, (short)360, (short)399, (short)94, (short)95, (short)96, (short)97, (short)141, (short)405, (short)400, (short)372, (short)102, (short)374, (short)650, (short)141, (short)406, (short)118, (short)304, (short)119, (short)408, (short)122, (short)380, (short)413, (short)124, (short)126, (short)122, (short)549, (short)74, (short)110, (short)111, (short)416, (short)390, (short)408, (short)3, (short)321, (short)322, (short)118, (short)141, (short)325, (short)3, (short)400, (short)119, (short)89, (short)142, (short)126, (short)126, (short)406, (short)433, (short)408, (short)409, (short)131, (short)132, (short)414, (short)413, (short)416, (short)119, (short)138, (short)3, (short)127, (short)128, (short)124, (short)7, (short)8, (short)9, (short)111, (short)583, (short)142, (short)119, (short)115, (short)139, (short)456, (short)433, (short)124, (short)406, (short)460, (short)408, (short)119, (short)595, (short)10, (short)11, (short)413, (short)124, (short)119, (short)400, (short)602, (short)119, (short)119, (short)124, (short)474, (short)406, (short)124, (short)408, (short)119, (short)118, (short)456, (short)484, (short)413, (short)122, (short)460, (short)490, (short)14, (short)15, (short)119, (short)479, (short)74, (short)196, (short)124, (short)154, (short)484, (short)79, (short)74, (short)140, (short)474, (short)123, (short)124, (short)79, (short)207, (short)493, (short)494, (short)637, (short)140, (short)141, (short)123, (short)641, (short)136, (short)137, (short)644, (short)134, (short)135, (short)176, (short)490, (short)178, (short)275, (short)276, (short)493, (short)494, (short)142, (short)143, (short)229, (short)118, (short)110, (short)111, (short)140, (short)540, (short)3, (short)141, (short)110, (short)111, (short)118, (short)119, (short)141, (short)122, (short)670, (short)671, (short)118, (short)673, (short)126, (short)490, (short)676, (short)119, (short)123, (short)448, (short)126, (short)450, (short)451, (short)452, (short)453, (short)122, (short)554, (short)119, (short)123, (short)119, (short)118, (short)490, (short)142, (short)121, (short)122, (short)142, (short)123, (short)119, (short)227, (short)119, (short)229, (short)701, (short)141, (short)141, (short)119, (short)549, (short)279, (short)123, (short)549, (short)119, (short)554, (short)139, (short)123, (short)584, (short)585, (short)586, (short)123, (short)123, (short)718, (short)138, (short)118, (short)721, (short)140, (short)118, (short)118, (short)583, (short)584, (short)585, (short)586, (short)302, (short)588, (short)118, (short)140, (short)74, (short)119, (short)140, (short)118, (short)595, (short)79, (short)508, (short)611, (short)510, (short)142, (short)123, (short)602, (short)119, (short)275, (short)276, (short)141, (short)141, (short)279, (short)141, (short)123, (short)611, (short)3, (short)123, (short)56, (short)138, (short)7, (short)8, (short)9, (short)602, (short)138, (short)139, (short)140, (short)141, (short)295, (short)296, (short)140, (short)110, (short)111, (short)119, (short)301, (short)302, (short)303, (short)304, (short)139, (short)118, (short)139, (short)637, (short)648, (short)122, (short)311, (short)641, (short)313, (short)141, (short)644, (short)645, (short)142, (short)141, (short)141, (short)138, (short)321, (short)322, (short)652, (short)652, (short)325, (short)118, (short)140, (short)64, (short)668, (short)570, (short)571, (short)674, (short)648, (short)142, (short)677, (short)142, (short)140, (short)142, (short)144, (short)142, (short)670, (short)671, (short)142, (short)673, (short)674, (short)142, (short)676, (short)677, (short)146, (short)145, (short)680, (short)680, (short)668, (short)142, (short)142, (short)356, (short)147, (short)41, (short)148, (short)360, (short)96, (short)406, (short)650, (short)408, (short)552, (short)422, (short)607, (short)608, (short)413, (short)430, (short)375, (short)701, (short)3, (short)390, (short)375, (short)493, (short)7, (short)8, (short)9, (short)380, (short)381, (short)237, (short)362, (short)(-1), (short)(-1), (short)(-1), (short)387, (short)237, (short)718, (short)3, (short)237, (short)721, (short)722, (short)722, (short)(-1), (short)3, (short)(-1), (short)118, (short)399, (short)400, (short)121, (short)122, (short)(-1), (short)(-1), (short)405, (short)406, (short)(-1), (short)408, (short)(-1), (short)410, (short)(-1), (short)412, (short)(-1), (short)(-1), (short)415, (short)(-1), (short)(-1), (short)(-1), (short)419, (short)(-1), (short)28, (short)(-1), (short)(-1), (short)(-1), (short)425, (short)(-1), (short)427, (short)18, (short)19, (short)20, (short)21, (short)22, (short)23, (short)24, (short)25, (short)26, (short)27, (short)438, (short)232, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)490, (short)(-1), (short)448, (short)(-1), (short)450, (short)451, (short)452, (short)453, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)9, (short)(-1), (short)82, (short)12, (short)79, (short)74, (short)15, (short)(-1), (short)(-1), (short)89, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)95, (short)(-1), (short)479, (short)(-1), (short)481, (short)(-1), (short)(-1), (short)102, (short)485, (short)(-1), (short)(-1), (short)118, (short)(-1), (short)490, (short)121, (short)122, (short)493, (short)494, (short)(-1), (short)(-1), (short)110, (short)111, (short)(-1), (short)(-1), (short)48, (short)(-1), (short)110, (short)111, (short)118, (short)44, (short)45, (short)508, (short)139, (short)510, (short)(-1), (short)(-1), (short)(-1), (short)514, (short)515, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)316, (short)317, (short)318, (short)319, (short)(-1), (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)82, (short)74, (short)75, (short)538, (short)(-1), (short)540, (short)79, (short)(-1), (short)543, (short)162, (short)(-1), (short)(-1), (short)(-1), (short)95, (short)139, (short)97, (short)551, (short)552, (short)(-1), (short)(-1), (short)102, (short)556, (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)(-1), (short)565, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)570, (short)571, (short)110, (short)111, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)196, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)583, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)126, (short)207, (short)(-1), (short)(-1), (short)(-1), (short)211, (short)(-1), (short)595, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)602, (short)(-1), (short)151, (short)(-1), (short)(-1), (short)607, (short)608, (short)(-1), (short)157, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)162, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)176, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)637, (short)(-1), (short)(-1), (short)(-1), (short)641, (short)82, (short)(-1), (short)644, (short)(-1), (short)(-1), (short)118, (short)(-1), (short)120, (short)650, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)95, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)279, (short)102, (short)(-1), (short)211, (short)212, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)670, (short)671, (short)(-1), (short)673, (short)(-1), (short)(-1), (short)676, (short)224, (short)296, (short)(-1), (short)(-1), (short)(-1), (short)229, (short)(-1), (short)302, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)237, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)313, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)701, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)718, (short)(-1), (short)(-1), (short)721, (short)162, (short)(-1), (short)164, (short)(-1), (short)166, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)279, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)356, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)291, (short)(-1), (short)(-1), (short)294, (short)295, (short)(-1), (short)297, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)302, (short)196, (short)304, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)380, (short)(-1), (short)311, (short)110, (short)(-1), (short)207, (short)(-1), (short)387, (short)(-1), (short)211, (short)(-1), (short)213, (short)321, (short)322, (short)(-1), (short)(-1), (short)325, (short)326, (short)(-1), (short)(-1), (short)400, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)405, (short)(-1), (short)(-1), (short)408, (short)(-1), (short)(-1), (short)(-1), (short)412, (short)(-1), (short)(-1), (short)415, (short)(-1), (short)(-1), (short)(-1), (short)348, (short)349, (short)(-1), (short)(-1), (short)(-1), (short)151, (short)425, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)360, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)615, (short)616, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)176, (short)(-1), (short)380, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)279, (short)(-1), (short)(-1), (short)(-1), (short)390, (short)(-1), (short)(-1), (short)286, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)400, (short)(-1), (short)(-1), (short)296, (short)(-1), (short)(-1), (short)406, (short)(-1), (short)408, (short)302, (short)303, (short)(-1), (short)(-1), (short)413, (short)660, (short)661, (short)(-1), (short)663, (short)664, (short)490, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)224, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)433, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)684, (short)237, (short)686, (short)(-1), (short)(-1), (short)514, (short)(-1), (short)(-1), (short)692, (short)693, (short)448, (short)(-1), (short)450, (short)451, (short)452, (short)453, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)708, (short)356, (short)710, (short)(-1), (short)712, (short)(-1), (short)714, (short)(-1), (short)(-1), (short)(-1), (short)543, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)551, (short)552, (short)(-1), (short)(-1), (short)730, (short)(-1), (short)732, (short)380, (short)381, (short)(-1), (short)490, (short)(-1), (short)(-1), (short)493, (short)494, (short)(-1), (short)(-1), (short)279, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)304, (short)400, (short)508, (short)(-1), (short)510, (short)279, (short)(-1), (short)(-1), (short)296, (short)408, (short)409, (short)410, (short)(-1), (short)(-1), (short)302, (short)303, (short)415, (short)321, (short)322, (short)(-1), (short)419, (short)325, (short)296, (short)(-1), (short)(-1), (short)313, (short)(-1), (short)(-1), (short)302, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)549, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)362, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)570, (short)571, (short)(-1), (short)(-1), (short)356, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)650, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)356, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)490, (short)380, (short)381, (short)(-1), (short)(-1), (short)602, (short)(-1), (short)(-1), (short)387, (short)(-1), (short)607, (short)608, (short)(-1), (short)(-1), (short)(-1), (short)380, (short)381, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)387, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)408, (short)(-1), (short)410, (short)(-1), (short)412, (short)(-1), (short)430, (short)415, (short)(-1), (short)(-1), (short)(-1), (short)419, (short)(-1), (short)3, (short)408, (short)(-1), (short)410, (short)425, (short)412, (short)427, (short)(-1), (short)415, (short)(-1), (short)(-1), (short)448, (short)419, (short)450, (short)451, (short)452, (short)453, (short)438, (short)425, (short)(-1), (short)552, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)490, (short)(-1), (short)508, (short)75, (short)510, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)490, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)514, (short)515, (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)514, (short)515, (short)112, (short)113, (short)(-1), (short)549, (short)(-1), (short)117, (short)(-1), (short)119, (short)(-1), (short)650, (short)(-1), (short)(-1), (short)(-1), (short)543, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)551, (short)552, (short)(-1), (short)570, (short)571, (short)556, (short)543, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)551, (short)552, (short)(-1), (short)(-1), (short)1, (short)556, (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)607, (short)608, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)52, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)77, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)650, (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)650, (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)52, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)77, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)52, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)77, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)141, (short)142, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)52, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)75, (short)(-1), (short)77, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)140, (short)141, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)52, (short)53, (short)54, (short)55, (short)56, (short)57, (short)58, (short)59, (short)60, (short)61, (short)62, (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)28, (short)(-1), (short)71, (short)72, (short)73, (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)140, (short)141, (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)141, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)141, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)1, (short)120, (short)3, (short)4, (short)5, (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)141, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)68, (short)(-1), (short)(-1), (short)71, (short)72, (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)78, (short)79, (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)28, (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)126, (short)(-1), (short)(-1), (short)129, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)109, (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)140, (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)3, (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)3, (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)141, (short)(-1), (short)(-1), (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)3, (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)126, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)138, (short)(-1), (short)140, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)126, (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)140, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)75, (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)85, (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)112, (short)113, (short)28, (short)(-1), (short)(-1), (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)74, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)110, (short)111, (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)109, (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)(-1), (short)(-1), (short)(-1), (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)123, (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)109, (short)123, (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)123, (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)118, (short)119, (short)120, (short)(-1), (short)109, (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)118, (short)119, (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)71, (short)72, (short)73, (short)1, (short)(-1), (short)3, (short)4, (short)5, (short)6, (short)(-1), (short)8, (short)9, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)28, (short)102, (short)103, (short)(-1), (short)118, (short)(-1), (short)120, (short)(-1), (short)109, (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)71, (short)72, (short)73, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)109, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)102, (short)103, (short)(-1), (short)118, (short)3, (short)120, (short)(-1), (short)109, (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)118, (short)(-1), (short)120, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)125, (short)126, (short)127, (short)128, (short)129, (short)130, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)3, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)119, (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)3, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)119, (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)119, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)(-1), (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)74, (short)75, (short)(-1), (short)28, (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)66, (short)(-1), (short)117, (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)74, (short)75, (short)(-1), (short)126, (short)(-1), (short)79, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)110, (short)111, (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)118, (short)(-1), (short)(-1), (short)(-1), (short)122, (short)(-1), (short)(-1), (short)(-1), (short)126, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)(-1), (short)119, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)(-1), (short)119, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)118, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)51, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)85, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117, (short)28, (short)29, (short)30, (short)31, (short)32, (short)33, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)44, (short)45, (short)46, (short)47, (short)48, (short)49, (short)50, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)66, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)75, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)100, (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)(-1), (short)112, (short)113, (short)(-1), (short)(-1), (short)(-1), (short)117
-};
-
-static const yytype_uint8 yystos[] =
+struct Expression * watcher;
+struct Expression * object;
+struct __ecereNameSpace__ecere__sys__OldList * watches;
+} ecere_gcc_struct _watch;
+struct
 {
-(unsigned char)0, (unsigned char)1, (unsigned char)3, (unsigned char)4, (unsigned char)5, (unsigned char)6, (unsigned char)8, (unsigned char)9, (unsigned char)28, (unsigned char)71, (unsigned char)72, (unsigned char)73, (unsigned char)102, (unsigned char)103, (unsigned char)109, (unsigned char)118, (unsigned char)120, (unsigned char)125, (unsigned char)126, (unsigned char)127, (unsigned char)128, (unsigned char)129, (unsigned char)130, (unsigned char)144, (unsigned char)145, (unsigned char)146, (unsigned char)148, (unsigned char)150, (unsigned char)151, (unsigned char)152, (unsigned char)153, (unsigned char)154, (unsigned char)155, (unsigned char)156, (unsigned char)157, (unsigned char)158, (unsigned char)159, (unsigned char)160, (unsigned char)161, (unsigned char)162, (unsigned char)163, (unsigned char)164, (unsigned char)165, (unsigned char)184, (unsigned char)185, (unsigned char)233, (unsigned char)235, (unsigned char)249, (unsigned char)118, (unsigned char)151, (unsigned char)118, (unsigned char)151, (unsigned char)151, (unsigned char)29, (unsigned char)30, (unsigned char)31, (unsigned char)32, (unsigned char)33, (unsigned char)34, (unsigned char)35, (unsigned char)36, (unsigned char)37, (unsigned char)38, (unsigned char)39, (unsigned char)40, (unsigned char)41, (unsigned char)42, (unsigned char)43, (unsigned char)44, (unsigned char)45, (unsigned char)46, (unsigned char)47, (unsigned char)48, (unsigned char)49, (unsigned char)50, (unsigned char)66, (unsigned char)75, (unsigned char)85, (unsigned char)100, (unsigned char)112, (unsigned char)113, (unsigned char)117, (unsigned char)171, (unsigned char)176, (unsigned char)183, (unsigned char)184, (unsigned char)186, (unsigned char)188, (unsigned char)189, (unsigned char)190, (unsigned char)198, (unsigned char)199, (unsigned char)151, (unsigned char)164, (unsigned char)168, (unsigned char)171, (unsigned char)168, (unsigned char)118, (unsigned char)151, (unsigned char)119, (unsigned char)165, (unsigned char)167, (unsigned char)170, (unsigned char)183, (unsigned char)184, (unsigned char)186, (unsigned char)188, (unsigned char)199, (unsigned char)218, (unsigned char)233, (unsigned char)141, (unsigned char)7, (unsigned char)8, (unsigned char)9, (unsigned char)118, (unsigned char)121, (unsigned char)122, (unsigned char)144, (unsigned char)18, (unsigned char)19, (unsigned char)20, (unsigned char)21, (unsigned char)22, (unsigned char)23, (unsigned char)24, (unsigned char)25, (unsigned char)26, (unsigned char)27, (unsigned char)139, (unsigned char)166, (unsigned char)153, (unsigned char)126, (unsigned char)131, (unsigned char)132, (unsigned char)127, (unsigned char)128, (unsigned char)10, (unsigned char)11, (unsigned char)12, (unsigned char)13, (unsigned char)133, (unsigned char)134, (unsigned char)14, (unsigned char)15, (unsigned char)125, (unsigned char)135, (unsigned char)136, (unsigned char)16, (unsigned char)17, (unsigned char)137, (unsigned char)166, (unsigned char)141, (unsigned char)0, (unsigned char)218, (unsigned char)141, (unsigned char)144, (unsigned char)185, (unsigned char)118, (unsigned char)74, (unsigned char)79, (unsigned char)110, (unsigned char)111, (unsigned char)118, (unsigned char)122, (unsigned char)126, (unsigned char)176, (unsigned char)177, (unsigned char)178, (unsigned char)182, (unsigned char)183, (unsigned char)186, (unsigned char)188, (unsigned char)199, (unsigned char)203, (unsigned char)205, (unsigned char)213, (unsigned char)141, (unsigned char)144, (unsigned char)177, (unsigned char)185, (unsigned char)34, (unsigned char)35, (unsigned char)36, (unsigned char)37, (unsigned char)38, (unsigned char)39, (unsigned char)40, (unsigned char)41, (unsigned char)42, (unsigned char)43, (unsigned char)46, (unsigned char)47, (unsigned char)66, (unsigned char)100, (unsigned char)112, (unsigned char)113, (unsigned char)173, (unsigned char)176, (unsigned char)183, (unsigned char)185, (unsigned char)187, (unsigned char)188, (unsigned char)189, (unsigned char)198, (unsigned char)199, (unsigned char)122, (unsigned char)205, (unsigned char)173, (unsigned char)218, (unsigned char)119, (unsigned char)124, (unsigned char)118, (unsigned char)122, (unsigned char)177, (unsigned char)183, (unsigned char)186, (unsigned char)188, (unsigned char)199, (unsigned char)202, (unsigned char)204, (unsigned char)213, (unsigned char)119, (unsigned char)121, (unsigned char)140, (unsigned char)141, (unsigned char)142, (unsigned char)147, (unsigned char)148, (unsigned char)164, (unsigned char)171, (unsigned char)220, (unsigned char)236, (unsigned char)242, (unsigned char)243, (unsigned char)244, (unsigned char)245, (unsigned char)246, (unsigned char)247, (unsigned char)248, (unsigned char)144, (unsigned char)119, (unsigned char)147, (unsigned char)149, (unsigned char)165, (unsigned char)144, (unsigned char)167, (unsigned char)147, (unsigned char)165, (unsigned char)153, (unsigned char)153, (unsigned char)153, (unsigned char)154, (unsigned char)154, (unsigned char)155, (unsigned char)155, (unsigned char)156, (unsigned char)156, (unsigned char)156, (unsigned char)156, (unsigned char)157, (unsigned char)157, (unsigned char)158, (unsigned char)159, (unsigned char)160, (unsigned char)161, (unsigned char)162, (unsigned char)167, (unsigned char)147, (unsigned char)165, (unsigned char)142, (unsigned char)248, (unsigned char)119, (unsigned char)144, (unsigned char)200, (unsigned char)201, (unsigned char)141, (unsigned char)141, (unsigned char)184, (unsigned char)119, (unsigned char)171, (unsigned char)205, (unsigned char)214, (unsigned char)215, (unsigned char)216, (unsigned char)168, (unsigned char)183, (unsigned char)212, (unsigned char)213, (unsigned char)203, (unsigned char)213, (unsigned char)118, (unsigned char)118, (unsigned char)122, (unsigned char)203, (unsigned char)68, (unsigned char)78, (unsigned char)118, (unsigned char)129, (unsigned char)140, (unsigned char)142, (unsigned char)144, (unsigned char)148, (unsigned char)171, (unsigned char)177, (unsigned char)191, (unsigned char)192, (unsigned char)193, (unsigned char)194, (unsigned char)195, (unsigned char)207, (unsigned char)208, (unsigned char)210, (unsigned char)211, (unsigned char)213, (unsigned char)234, (unsigned char)235, (unsigned char)237, (unsigned char)238, (unsigned char)239, (unsigned char)240, (unsigned char)241, (unsigned char)141, (unsigned char)141, (unsigned char)144, (unsigned char)185, (unsigned char)141, (unsigned char)118, (unsigned char)122, (unsigned char)176, (unsigned char)183, (unsigned char)187, (unsigned char)188, (unsigned char)199, (unsigned char)205, (unsigned char)168, (unsigned char)122, (unsigned char)122, (unsigned char)205, (unsigned char)119, (unsigned char)165, (unsigned char)119, (unsigned char)204, (unsigned char)214, (unsigned char)123, (unsigned char)168, (unsigned char)184, (unsigned char)202, (unsigned char)213, (unsigned char)118, (unsigned char)122, (unsigned char)202, (unsigned char)153, (unsigned char)233, (unsigned char)142, (unsigned char)248, (unsigned char)139, (unsigned char)118, (unsigned char)144, (unsigned char)208, (unsigned char)141, (unsigned char)227, (unsigned char)228, (unsigned char)124, (unsigned char)140, (unsigned char)140, (unsigned char)243, (unsigned char)245, (unsigned char)246, (unsigned char)142, (unsigned char)119, (unsigned char)124, (unsigned char)123, (unsigned char)138, (unsigned char)142, (unsigned char)139, (unsigned char)124, (unsigned char)142, (unsigned char)200, (unsigned char)200, (unsigned char)119, (unsigned char)118, (unsigned char)177, (unsigned char)204, (unsigned char)206, (unsigned char)207, (unsigned char)209, (unsigned char)211, (unsigned char)213, (unsigned char)119, (unsigned char)119, (unsigned char)124, (unsigned char)123, (unsigned char)183, (unsigned char)213, (unsigned char)203, (unsigned char)118, (unsigned char)119, (unsigned char)214, (unsigned char)168, (unsigned char)50, (unsigned char)172, (unsigned char)176, (unsigned char)183, (unsigned char)184, (unsigned char)186, (unsigned char)190, (unsigned char)171, (unsigned char)208, (unsigned char)118, (unsigned char)126, (unsigned char)177, (unsigned char)206, (unsigned char)213, (unsigned char)171, (unsigned char)139, (unsigned char)118, (unsigned char)138, (unsigned char)140, (unsigned char)144, (unsigned char)177, (unsigned char)196, (unsigned char)197, (unsigned char)206, (unsigned char)208, (unsigned char)211, (unsigned char)213, (unsigned char)211, (unsigned char)213, (unsigned char)142, (unsigned char)195, (unsigned char)124, (unsigned char)140, (unsigned char)118, (unsigned char)122, (unsigned char)119, (unsigned char)144, (unsigned char)214, (unsigned char)217, (unsigned char)177, (unsigned char)211, (unsigned char)140, (unsigned char)140, (unsigned char)228, (unsigned char)228, (unsigned char)228, (unsigned char)140, (unsigned char)228, (unsigned char)142, (unsigned char)191, (unsigned char)142, (unsigned char)191, (unsigned char)141, (unsigned char)141, (unsigned char)191, (unsigned char)184, (unsigned char)168, (unsigned char)122, (unsigned char)123, (unsigned char)168, (unsigned char)168, (unsigned char)122, (unsigned char)119, (unsigned char)119, (unsigned char)123, (unsigned char)123, (unsigned char)202, (unsigned char)119, (unsigned char)214, (unsigned char)123, (unsigned char)168, (unsigned char)184, (unsigned char)142, (unsigned char)220, (unsigned char)142, (unsigned char)52, (unsigned char)53, (unsigned char)54, (unsigned char)55, (unsigned char)56, (unsigned char)57, (unsigned char)58, (unsigned char)59, (unsigned char)60, (unsigned char)61, (unsigned char)62, (unsigned char)77, (unsigned char)140, (unsigned char)144, (unsigned char)167, (unsigned char)169, (unsigned char)171, (unsigned char)222, (unsigned char)223, (unsigned char)224, (unsigned char)225, (unsigned char)226, (unsigned char)228, (unsigned char)229, (unsigned char)230, (unsigned char)231, (unsigned char)232, (unsigned char)234, (unsigned char)244, (unsigned char)147, (unsigned char)165, (unsigned char)164, (unsigned char)168, (unsigned char)201, (unsigned char)140, (unsigned char)142, (unsigned char)140, (unsigned char)142, (unsigned char)207, (unsigned char)211, (unsigned char)213, (unsigned char)177, (unsigned char)209, (unsigned char)51, (unsigned char)216, (unsigned char)3, (unsigned char)28, (unsigned char)44, (unsigned char)74, (unsigned char)75, (unsigned char)119, (unsigned char)179, (unsigned char)180, (unsigned char)181, (unsigned char)119, (unsigned char)123, (unsigned char)144, (unsigned char)185, (unsigned char)141, (unsigned char)144, (unsigned char)176, (unsigned char)183, (unsigned char)184, (unsigned char)186, (unsigned char)204, (unsigned char)144, (unsigned char)177, (unsigned char)185, (unsigned char)208, (unsigned char)213, (unsigned char)119, (unsigned char)118, (unsigned char)220, (unsigned char)119, (unsigned char)168, (unsigned char)141, (unsigned char)211, (unsigned char)213, (unsigned char)124, (unsigned char)140, (unsigned char)138, (unsigned char)182, (unsigned char)177, (unsigned char)211, (unsigned char)211, (unsigned char)192, (unsigned char)123, (unsigned char)168, (unsigned char)184, (unsigned char)119, (unsigned char)119, (unsigned char)124, (unsigned char)211, (unsigned char)142, (unsigned char)142, (unsigned char)142, (unsigned char)191, (unsigned char)191, (unsigned char)142, (unsigned char)119, (unsigned char)123, (unsigned char)168, (unsigned char)123, (unsigned char)123, (unsigned char)168, (unsigned char)119, (unsigned char)123, (unsigned char)123, (unsigned char)168, (unsigned char)138, (unsigned char)118, (unsigned char)118, (unsigned char)118, (unsigned char)222, (unsigned char)118, (unsigned char)144, (unsigned char)140, (unsigned char)140, (unsigned char)140, (unsigned char)167, (unsigned char)144, (unsigned char)138, (unsigned char)140, (unsigned char)140, (unsigned char)174, (unsigned char)175, (unsigned char)206, (unsigned char)169, (unsigned char)225, (unsigned char)169, (unsigned char)222, (unsigned char)142, (unsigned char)140, (unsigned char)191, (unsigned char)191, (unsigned char)209, (unsigned char)119, (unsigned char)118, (unsigned char)119, (unsigned char)124, (unsigned char)180, (unsigned char)69, (unsigned char)70, (unsigned char)142, (unsigned char)141, (unsigned char)141, (unsigned char)144, (unsigned char)144, (unsigned char)185, (unsigned char)119, (unsigned char)142, (unsigned char)248, (unsigned char)211, (unsigned char)197, (unsigned char)168, (unsigned char)211, (unsigned char)123, (unsigned char)123, (unsigned char)144, (unsigned char)142, (unsigned char)142, (unsigned char)123, (unsigned char)123, (unsigned char)138, (unsigned char)222, (unsigned char)167, (unsigned char)167, (unsigned char)119, (unsigned char)167, (unsigned char)56, (unsigned char)119, (unsigned char)229, (unsigned char)140, (unsigned char)140, (unsigned char)139, (unsigned char)222, (unsigned char)124, (unsigned char)140, (unsigned char)139, (unsigned char)142, (unsigned char)142, (unsigned char)167, (unsigned char)119, (unsigned char)180, (unsigned char)228, (unsigned char)228, (unsigned char)69, (unsigned char)70, (unsigned char)142, (unsigned char)69, (unsigned char)70, (unsigned char)142, (unsigned char)141, (unsigned char)142, (unsigned char)138, (unsigned char)222, (unsigned char)119, (unsigned char)119, (unsigned char)222, (unsigned char)119, (unsigned char)118, (unsigned char)222, (unsigned char)119, (unsigned char)229, (unsigned char)168, (unsigned char)175, (unsigned char)141, (unsigned char)165, (unsigned char)219, (unsigned char)119, (unsigned char)70, (unsigned char)142, (unsigned char)69, (unsigned char)142, (unsigned char)228, (unsigned char)228, (unsigned char)228, (unsigned char)228, (unsigned char)69, (unsigned char)70, (unsigned char)142, (unsigned char)168, (unsigned char)222, (unsigned char)222, (unsigned char)222, (unsigned char)167, (unsigned char)222, (unsigned char)119, (unsigned char)167, (unsigned char)140, (unsigned char)219, (unsigned char)221, (unsigned char)228, (unsigned char)228, (unsigned char)70, (unsigned char)142, (unsigned char)69, (unsigned char)142, (unsigned char)70, (unsigned char)142, (unsigned char)69, (unsigned char)142, (unsigned char)228, (unsigned char)228, (unsigned char)64, (unsigned char)119, (unsigned char)222, (unsigned char)119, (unsigned char)124, (unsigned char)142, (unsigned char)142, (unsigned char)142, (unsigned char)228, (unsigned char)228, (unsigned char)228, (unsigned char)228, (unsigned char)70, (unsigned char)142, (unsigned char)69, (unsigned char)142, (unsigned char)222, (unsigned char)140, (unsigned char)222, (unsigned char)142, (unsigned char)219, (unsigned char)142, (unsigned char)142, (unsigned char)142, (unsigned char)142, (unsigned char)228, (unsigned char)228, (unsigned char)142, (unsigned char)142
-};
-
-void exit(int status);
-
-void * calloc(size_t nmemb, size_t size);
-
-void free(void * ptr);
+struct Identifier * id;
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct __ecereNameSpace__ecere__sys__OldList * filter;
+struct Statement * stmt;
+} ecere_gcc_struct forEachStmt;
+struct Declaration * decl;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-void * realloc(void * ptr, size_t size);
+extern struct Statement * MkCaseStmt(struct Expression * exp, struct Statement * statement);
 
-long int strtol(const char * nptr, char ** endptr, int base);
+extern struct Statement * MkBadDeclStmt(struct Declaration * decl);
 
-long long int strtoll(const char * nptr, char ** endptr, int base);
+extern struct Statement * MkCompoundStmt(struct __ecereNameSpace__ecere__sys__OldList * declarations, struct __ecereNameSpace__ecere__sys__OldList * statements);
 
-unsigned long long int strtoull(const char * nptr, char ** endptr, int base);
+extern struct Statement * MkExpressionStmt(struct __ecereNameSpace__ecere__sys__OldList * expressions);
 
-typedef __builtin_va_list va_list;
+extern struct Statement * MkIfStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement, struct Statement * elseStmt);
 
-typedef void FILE;
+extern struct Statement * MkSwitchStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement);
 
-FILE * bsl_stdin(void);
+extern struct Statement * MkWhileStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement);
 
-FILE * bsl_stdout(void);
+extern struct Statement * MkDoWhileStmt(struct Statement * statement, struct __ecereNameSpace__ecere__sys__OldList * exp);
 
-FILE * bsl_stderr(void);
+extern struct Statement * MkForStmt(struct Statement * init, struct Statement * check, struct __ecereNameSpace__ecere__sys__OldList * inc, struct Statement * statement);
 
-char * fgets(char * s, int size, FILE * stream);
+extern struct Statement * MkGotoStmt(struct Identifier * id);
 
-FILE * fopen(const char * path, const char * mode);
+extern struct Statement * MkContinueStmt(void);
 
-int fclose(FILE * fp);
+extern struct Statement * MkBreakStmt(void);
 
-int fflush(FILE * stream);
+extern struct Statement * MkReturnStmt(struct __ecereNameSpace__ecere__sys__OldList * exp);
 
-int fgetc(FILE * stream);
+struct Instantiation;
 
-int fprintf(FILE * stream, const char * format, ...);
+extern void FreeInstance(struct Instantiation * inst);
 
-int fputc(int c, FILE * stream);
+struct Expression
+{
+struct Expression * prev;
+struct Expression * next;
+struct Location loc;
+int type;
+union
+{
+struct
+{
+char *  constant;
+struct Identifier * identifier;
+} ecere_gcc_struct __anon1;
+struct Statement * compound;
+struct Instantiation * instance;
+struct
+{
+char *  string;
+unsigned int intlString;
+unsigned int wideString;
+} ecere_gcc_struct __anon2;
+struct __ecereNameSpace__ecere__sys__OldList *  list;
+struct
+{
+struct __ecereNameSpace__ecere__sys__OldList * specifiers;
+struct Declarator * decl;
+} ecere_gcc_struct _classExp;
+struct
+{
+struct Identifier * id;
+} ecere_gcc_struct classData;
+struct
+{
+struct Expression * exp;
+struct __ecereNameSpace__ecere__sys__OldList * arguments;
+struct Location argLoc;
+} ecere_gcc_struct call;
+struct
+{
+struct Expression * exp;
+struct __ecereNameSpace__ecere__sys__OldList * index;
+} ecere_gcc_struct index;
+struct
+{
+struct Expression * exp;
+struct Identifier * member;
+int memberType;
+unsigned int thisPtr;
+} ecere_gcc_struct member;
+struct
+{
+int op;
+struct Expression * exp1;
+struct Expression * exp2;
+} ecere_gcc_struct op;
+struct TypeName * typeName;
+struct Specifier * _class;
+struct
+{
+struct TypeName * typeName;
+struct Expression * exp;
+} ecere_gcc_struct cast;
+struct
+{
+struct Expression * cond;
+struct __ecereNameSpace__ecere__sys__OldList * exp;
+struct Expression * elseExp;
+} ecere_gcc_struct cond;
+struct
+{
+struct TypeName * typeName;
+struct Expression * size;
+} ecere_gcc_struct _new;
+struct
+{
+struct TypeName * typeName;
+struct Expression * size;
+struct Expression * exp;
+} ecere_gcc_struct _renew;
+struct
+{
+char * table;
+struct Identifier * id;
+} ecere_gcc_struct db;
+struct
+{
+struct Expression * ds;
+struct Expression * name;
+} ecere_gcc_struct dbopen;
+struct
+{
+struct TypeName * typeName;
+struct Initializer * initializer;
+} ecere_gcc_struct initializer;
+struct
+{
+struct Expression * exp;
+struct TypeName * typeName;
+} ecere_gcc_struct vaArg;
+struct
+{
+struct TypeName * typeName;
+struct Identifier * id;
+} ecere_gcc_struct offset;
+} ecere_gcc_struct __anon1;
+unsigned int debugValue;
+struct __ecereNameSpace__ecere__com__DataValue val;
+uint64 address;
+unsigned int hasAddress;
+struct Type * expType;
+struct Type * destType;
+unsigned int usage;
+int tempCount;
+unsigned int byReference;
+unsigned int isConstant;
+unsigned int addedThis;
+unsigned int needCast;
+unsigned int thisPtr;
+unsigned int opDestType;
+unsigned int usedInComparison;
+unsigned int ambiguousUnits;
+unsigned int parentOpDestType;
+unsigned int needTemplateCast;
+} ecere_gcc_struct;
 
-size_t fread(void * ptr, size_t size, size_t nmemb, FILE * stream);
+extern struct Expression * MkExpInstance(struct Instantiation * inst);
 
-size_t fwrite(const void * ptr, size_t size, size_t nmemb, FILE * stream);
+struct Declaration
+{
+struct Declaration * prev;
+struct Declaration * next;
+struct Location loc;
+int type;
+union
+{
+struct
+{
+struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
+struct __ecereNameSpace__ecere__sys__OldList *  declarators;
+} ecere_gcc_struct __anon1;
+struct Instantiation * inst;
+struct
+{
+struct Identifier * id;
+struct Expression * exp;
+} ecere_gcc_struct __anon2;
+} ecere_gcc_struct __anon1;
+struct Specifier * extStorage;
+struct Symbol * symbol;
+int declMode;
+} ecere_gcc_struct;
 
-int vsnprintf(char *, size_t, const char *, ...);
+extern struct Declaration * MkDeclarationInst(struct Instantiation * inst);
 
-int snprintf(char * str, size_t, const char * format, ...);
+extern struct Declaration * MkDeclarationClassInst(struct Instantiation * inst);
 
-int fseek(FILE * stream, long offset, int whence);
+extern struct Instantiation * MkInstantiationNamed(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Expression * exp, struct __ecereNameSpace__ecere__sys__OldList * members);
 
-long ftell(FILE * stream);
+struct Instantiation
+{
+struct Instantiation * prev;
+struct Instantiation * next;
+struct Location loc;
+struct Specifier * _class;
+struct Expression * exp;
+struct __ecereNameSpace__ecere__sys__OldList *  members;
+struct Symbol * symbol;
+unsigned int fullSet;
+unsigned int isConstant;
+unsigned char *  data;
+struct Location nameLoc;
+struct Location insideLoc;
+unsigned int built;
+} ecere_gcc_struct;
 
-int feof(FILE * stream);
+extern struct Instantiation * MkInstantiation(struct Specifier * _class, struct Expression * exp, struct __ecereNameSpace__ecere__sys__OldList * members);
 
-int ferror(FILE * stream);
+struct ClassFunction;
 
-int fileno(FILE * stream);
+extern void FreeClassFunction(struct ClassFunction * func);
+
+struct ClassDef
+{
+struct ClassDef * prev;
+struct ClassDef * next;
+struct Location loc;
+int type;
+union
+{
+struct Declaration * decl;
+struct ClassFunction * function;
+struct __ecereNameSpace__ecere__sys__OldList *  defProperties;
+struct PropertyDef * propertyDef;
+struct PropertyWatch * propertyWatch;
+char *  designer;
+struct Identifier * defaultProperty;
+struct
+{
+struct Identifier * id;
+struct Initializer * initializer;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct __anon1;
+int memberAccess;
+void *  object;
+} ecere_gcc_struct;
+
+extern struct ClassDef * MkClassDefFunction(struct ClassFunction * function);
+
+extern struct ClassFunction * MkClassFunction(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct Specifier * _class, struct Declarator * decl, struct __ecereNameSpace__ecere__sys__OldList * declList);
+
+struct ClassFunction
+{
+struct ClassFunction * prev;
+struct ClassFunction * next;
+struct Location loc;
+struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
+struct Declarator * declarator;
+struct __ecereNameSpace__ecere__sys__OldList *  declarations;
+struct Statement * body;
+struct __ecereNameSpace__ecere__com__Class * _class;
+struct __ecereNameSpace__ecere__sys__OldList attached;
+int declMode;
+struct Type * type;
+struct Symbol * propSet;
+unsigned int isVirtual;
+unsigned int isConstructor;
+unsigned int isDestructor;
+unsigned int dontMangle;
+int id;
+int idCode;
+} ecere_gcc_struct;
+
+extern void ProcessClassFunctionBody(struct ClassFunction * func, struct Statement * body);
+
+struct MembersInit;
+
+typedef union YYSTYPE
+{
+int specifierType;
+int i;
+int declMode;
+struct Identifier * id;
+struct Expression * exp;
+struct Specifier * specifier;
+struct __ecereNameSpace__ecere__sys__OldList * list;
+struct Enumerator * enumerator;
+struct Declarator * declarator;
+struct Pointer * pointer;
+struct Initializer * initializer;
+struct InitDeclarator * initDeclarator;
+struct TypeName * typeName;
+struct Declaration * declaration;
+struct Statement * stmt;
+struct FunctionDefinition * function;
+struct External * external;
+struct Context * context;
+struct AsmField * asmField;
+struct Attrib * attrib;
+struct ExtDecl * extDecl;
+struct Attribute * attribute;
+struct Instantiation * instance;
+struct MembersInit * membersInit;
+struct MemberInit * memberInit;
+struct ClassFunction * classFunction;
+struct ClassDefinition * _class;
+struct ClassDef * classDef;
+struct PropertyDef * prop;
+char * string;
+struct Symbol * symbol;
+struct PropertyWatch * propertyWatch;
+struct TemplateParameter * templateParameter;
+struct TemplateArgument * templateArgument;
+struct TemplateDatatype * templateDatatype;
+struct DBTableEntry * dbtableEntry;
+struct DBIndexItem * dbindexItem;
+struct DBTableDef * dbtableDef;
+} ecere_gcc_struct YYSTYPE;
+
+extern YYSTYPE yylval;
+
+union yyalloc
+{
+yytype_int16 yyss_alloc;
+YYSTYPE yyvs_alloc;
+struct Location yyls_alloc;
+} ecere_gcc_struct;
 
 static void yy_symbol_value_print(FILE * yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct Location const * const yylocationp)
 {
@@ -1091,9 +1136,30 @@ break;
 }
 }
 
+extern void FreeMembersInit(struct MembersInit * init);
+
+YYSTYPE expression_yylval;
+
+extern struct MembersInit * MkMembersInitList(struct __ecereNameSpace__ecere__sys__OldList * dataMembers);
+
+struct MembersInit
+{
+struct MembersInit * prev;
+struct MembersInit * next;
+struct Location loc;
+int type;
+union
+{
+struct __ecereNameSpace__ecere__sys__OldList *  dataMembers;
+struct ClassFunction * function;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
+
+extern struct MembersInit * MkMembersInitMethod(struct ClassFunction * function);
+
 static void yy_symbol_print(FILE * yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct Location const * const yylocationp)
 {
-if(yytype < 143)
+if(yytype < 146)
 fprintf(yyoutput, "token %s (", yytname[yytype]);
 else
 fprintf(yyoutput, "nterm %s (", yytname[yytype]);
@@ -1103,18 +1169,6 @@ yy_symbol_value_print(yyoutput, yytype, yyvaluep, yylocationp);
 fprintf(yyoutput, ")");
 }
 
-static void yy_stack_print(yytype_int16 * yybottom, yytype_int16 * yytop)
-{
-fprintf((bsl_stderr()), "Stack now");
-for(; yybottom <= yytop; yybottom++)
-{
-int yybot = *yybottom;
-
-fprintf((bsl_stderr()), " %d", yybot);
-}
-fprintf((bsl_stderr()), "\n");
-}
-
 static void yy_reduce_print(YYSTYPE * yyvsp, struct Location * yylsp, int yyrule)
 {
 int yynrhs = yyr2[yyrule];
@@ -1130,3862 +1184,3833 @@ fprintf((bsl_stderr()), "\n");
 }
 }
 
-int expression_yydebug;
-
-extern void FreeIdentifier(struct Identifier * id);
-
-extern void FreeExpression(struct Expression * exp);
-
-extern void FreeList(struct __ecereNameSpace__ecere__sys__OldList * list, void (*  FreeFunction)(void * ));
-
-extern void FreeDeclaration(struct Declaration * decl);
-
-extern void FreeSpecifier(struct Specifier * spec);
-
-extern void FreeInitDeclarator(struct InitDeclarator * decl);
-
-extern void FreeExtDecl(struct ExtDecl * extDecl);
-
-extern void FreeAttribute(struct Attribute * attr);
-
-extern void FreeAttrib(struct Attrib * attr);
-
-extern void FreeClassDef(struct ClassDef * def);
-
-extern void FreeMemberInit(struct MemberInit * init);
-
-extern void FreeProperty(struct PropertyDef * def);
-
-extern void FreeDeclarator(struct Declarator * decl);
-
-extern void FreeEnumerator(struct Enumerator * enumerator);
-
-extern void FreePointer(struct Pointer * pointer);
-
-extern void FreeTypeName(struct TypeName * typeName);
-
-extern void FreeInitializer(struct Initializer * initializer);
-
-extern void FreeStatement(struct Statement * stmt);
-
-extern void PopContext(struct Context * ctx);
+struct __ecereNameSpace__ecere__sys__BinaryTree;
 
-extern void FreeContext(struct Context * context);
+struct __ecereNameSpace__ecere__sys__BinaryTree
+{
+struct __ecereNameSpace__ecere__sys__BTNode * root;
+int count;
+int (*  CompareKey)(struct __ecereNameSpace__ecere__sys__BinaryTree * tree, uintptr_t a, uintptr_t b);
+void (*  FreeKey)(void *  key);
+} ecere_gcc_struct;
 
-extern void FreeInstance(struct Instantiation * inst);
+struct __ecereNameSpace__ecere__com__Method;
 
-extern void FreeClassFunction(struct ClassFunction * func);
+struct __ecereNameSpace__ecere__com__Method
+{
+const char *  name;
+struct __ecereNameSpace__ecere__com__Method * parent;
+struct __ecereNameSpace__ecere__com__Method * left;
+struct __ecereNameSpace__ecere__com__Method * right;
+int depth;
+int (*  function)();
+int vid;
+int type;
+struct __ecereNameSpace__ecere__com__Class * _class;
+void *  symbol;
+const char *  dataTypeString;
+struct Type * dataType;
+int memberAccess;
+} ecere_gcc_struct;
 
-extern void FreeMembersInit(struct MembersInit * init);
+static void yydestruct(const char *  yymsg, int yytype, YYSTYPE *  yyvaluep, struct Location *  yylocationp);
 
-static void yydestruct(const char * yymsg, int yytype, YYSTYPE * yyvaluep, struct Location * yylocationp)
+int expression_yyparse(void)
 {
-((void)(yyvaluep));
-((void)(yylocationp));
-if(!yymsg)
-yymsg = "Deleting";
+int yystate;
+int yyerrstatus;
+yytype_int16 yyssa[200];
+yytype_int16 * yyss;
+yytype_int16 * yyssp;
+YYSTYPE yyvsa[200];
+YYSTYPE * yyvs;
+YYSTYPE * yyvsp;
+struct Location yylsa[200];
+struct Location * yyls;
+struct Location * yylsp;
+struct Location yyerror_range[2];
+size_t yystacksize;
+int yyn;
+int yyresult;
+int yytoken;
+YYSTYPE yyval;
+struct Location yyloc;
+int yylen = 0;
+
+yytoken = 0;
+yyss = yyssa;
+yyvs = yyvsa;
+yyls = yylsa;
+yystacksize = 200;
 do
 {
 if(expression_yydebug)
-{
-fprintf((bsl_stderr()), "%s ", yymsg);
-yy_symbol_print((bsl_stderr()), yytype, yyvaluep, yylocationp);
-fprintf((bsl_stderr()), "\n");
-}
+fprintf((bsl_stderr()), "Starting parse\n");
 }while((0));
-switch(yytype)
+yystate = 0;
+yyerrstatus = 0;
+expression_yynerrs = 0;
+expression_yychar = (-2);
+yyssp = yyss;
+yyvsp = yyvs;
+yylsp = yyls;
+goto yysetstate;
+yynewstate:
+yyssp++;
+yysetstate:
+*yyssp = yystate;
+if(yyss + yystacksize - 1 <= yyssp)
 {
-case 144:
+size_t yysize = yyssp - yyss + 1;
+
+if(10000 <= yystacksize)
+goto yyexhaustedlab;
+yystacksize *= 2;
+if(10000 < yystacksize)
+yystacksize = 10000;
 {
-FreeIdentifier((*yyvaluep).id);
-}
-;
-break;
-case 145:
+yytype_int16 * yyss1 = yyss;
+union yyalloc * yyptr = (union yyalloc *)malloc(((yystacksize) * (sizeof(yytype_int16) + sizeof(YYSTYPE) + sizeof(struct Location)) + 2 * (sizeof(union yyalloc) - 1)));
+
+if(!yyptr)
+goto yyexhaustedlab;
+do
 {
-FreeExpression((*yyvaluep).exp);
-}
-;
-break;
-case 148:
+size_t yynewbytes;
+
+__builtin_memcpy(&(*yyptr).yyss_alloc, yyss, (yysize) * sizeof (*(yyss)));
+yyss = &(*yyptr).yyss_alloc;
+yynewbytes = yystacksize * sizeof (*yyss) + (sizeof(union yyalloc) - 1);
+yyptr += yynewbytes / sizeof (*yyptr);
+}while((0));
+do
 {
-FreeExpression((*yyvaluep).exp);
+size_t yynewbytes;
+
+__builtin_memcpy(&(*yyptr).yyvs_alloc, yyvs, (yysize) * sizeof (*(yyvs)));
+yyvs = &(*yyptr).yyvs_alloc;
+yynewbytes = yystacksize * sizeof (*yyvs) + (sizeof(union yyalloc) - 1);
+yyptr += yynewbytes / sizeof (*yyptr);
+}while((0));
+do
+{
+size_t yynewbytes;
+
+__builtin_memcpy(&(*yyptr).yyls_alloc, yyls, (yysize) * sizeof (*(yyls)));
+yyls = &(*yyptr).yyls_alloc;
+yynewbytes = yystacksize * sizeof (*yyls) + (sizeof(union yyalloc) - 1);
+yyptr += yynewbytes / sizeof (*yyptr);
+}while((0));
+if(yyss1 != yyssa)
+free(yyss1);
 }
-;
-break;
-case 149:
+yyssp = yyss + yysize - 1;
+yyvsp = yyvs + yysize - 1;
+yylsp = yyls + yysize - 1;
+do
 {
-FreeList((*yyvaluep).list, FreeExpression);
+if(expression_yydebug)
+fprintf((bsl_stderr()), "Stack size increased to %lu\n", (unsigned long int)yystacksize);
+}while((0));
+if(yyss + yystacksize - 1 <= yyssp)
+goto yyabortlab;
 }
-;
-break;
-case 151:
+do
 {
-FreeExpression((*yyvaluep).exp);
+if(expression_yydebug)
+fprintf((bsl_stderr()), "Entering state %d\n", yystate);
+}while((0));
+if(yystate == 154)
+goto yyacceptlab;
+goto yybackup;
+yybackup:
+yyn = yypact[yystate];
+if(yyn == -629)
+goto yydefault;
+if(expression_yychar == (-2))
+{
+do
+{
+if(expression_yydebug)
+fprintf((bsl_stderr()), "Reading a token: ");
+}while((0));
+expression_yychar = yylex();
 }
-;
-break;
-case 153:
+if(expression_yychar <= 0)
 {
-FreeExpression((*yyvaluep).exp);
+expression_yychar = yytoken = 0;
+do
+{
+if(expression_yydebug)
+fprintf((bsl_stderr()), "Now at end of input.\n");
+}while((0));
 }
-;
-break;
-case 154:
+else
 {
-FreeExpression((*yyvaluep).exp);
+yytoken = ((unsigned int)(expression_yychar) <= 375 ? yytranslate[expression_yychar] : 2);
+do
+{
+if(expression_yydebug)
+{
+fprintf((bsl_stderr()), "%s ", "Next token is");
+yy_symbol_print((bsl_stderr()), yytoken, &expression_yylval, &expression_yylloc);
+fprintf((bsl_stderr()), "\n");
 }
-;
-break;
-case 155:
+}while((0));
+}
+yyn += yytoken;
+if(yyn < 0 || 7763 < yyn || yycheck[yyn] != yytoken)
+goto yydefault;
+yyn = yytable[yyn];
+if(yyn <= 0)
 {
-FreeExpression((*yyvaluep).exp);
+if(yyn == 0 || yyn == -427)
+goto yyerrlab;
+yyn = -yyn;
+goto yyreduce;
 }
-;
-break;
-case 156:
+if(yyerrstatus)
+yyerrstatus--;
+do
 {
-FreeExpression((*yyvaluep).exp);
+if(expression_yydebug)
+{
+fprintf((bsl_stderr()), "%s ", "Shifting");
+yy_symbol_print((bsl_stderr()), yytoken, &expression_yylval, &expression_yylloc);
+fprintf((bsl_stderr()), "\n");
 }
+}while((0));
+expression_yychar = (-2);
+yystate = yyn;
+*++yyvsp = expression_yylval;
+*++yylsp = expression_yylloc;
+goto yynewstate;
+yydefault:
+yyn = yydefact[yystate];
+if(yyn == 0)
+goto yyerrlab;
+goto yyreduce;
+yyreduce:
+yylen = yyr2[yyn];
+yyval = yyvsp[1 - yylen];
+(yyloc.start = ((yylsp - yylen))[1].start);
+(yyloc.end = ((yylsp - yylen))[yylen].end);
 ;
-break;
-case 157:
+do
 {
-FreeExpression((*yyvaluep).exp);
-}
+if(expression_yydebug)
+yy_reduce_print(yyvsp, yylsp, yyn);
+}while((0));
+switch(yyn)
+{
+case 2:
+{
+yyval.id = MkIdentifier(yytext);
+yyval.id->loc = (yylsp[(1) - (1)]);
 ;
+}
 break;
-case 158:
+case 4:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpBrackets(yyvsp[(2) - (3)].list);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 159:
+case 5:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpIdentifier(yyvsp[(1) - (1)].id);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 160:
+case 6:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpInstance(yyvsp[(1) - (1)].instance);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 161:
+case 7:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpConstant(yytext);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 162:
+case 8:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpWideString(yytext);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 163:
+case 9:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpString(yyvsp[(1) - (1)].string);
+(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(1) - (1)].string), yyvsp[(1) - (1)].string = 0);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 164:
+case 10:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpIntlString(yyvsp[(2) - (2)].string, (((void *)0)));
+(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(2) - (2)].string), yyvsp[(2) - (2)].string = 0);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 165:
+case 11:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpIntlString(yyvsp[(4) - (4)].string, yyvsp[(2) - (4)].string);
+(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(2) - (4)].string), yyvsp[(2) - (4)].string = 0);
+(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(4) - (4)].string), yyvsp[(4) - (4)].string = 0);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 167:
+case 12:
 {
-FreeList((*yyvaluep).list, FreeExpression);
-}
+struct Expression * exp = MkExpDummy();
+
+exp->loc.start = (yylsp[(1) - (2)]).end;
+exp->loc.end = (yylsp[(2) - (2)]).start;
+yyval.exp = MkExpBrackets(MkListOne(exp));
+yyval.exp->loc = (yyloc);
+yyerror();
 ;
+}
 break;
-case 168:
+case 13:
 {
-FreeExpression((*yyvaluep).exp);
-}
+yyval.exp = MkExpNew(MkTypeName(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator), yyvsp[(5) - (6)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 169:
+case 14:
 {
-FreeDeclaration((*yyvaluep).declaration);
-}
+yyval.exp = MkExpNew(MkTypeName(yyvsp[(2) - (5)].list, (((void *)0))), yyvsp[(4) - (5)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 170:
+case 15:
 {
-FreeList((*yyvaluep).list, FreeSpecifier);
-}
+yyval.exp = MkExpNew0(MkTypeName(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator), yyvsp[(5) - (6)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 171:
+case 16:
 {
-FreeList((*yyvaluep).list, FreeSpecifier);
-}
+yyval.exp = MkExpNew0(MkTypeName(yyvsp[(2) - (5)].list, (((void *)0))), yyvsp[(4) - (5)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 174:
+case 17:
 {
-FreeList((*yyvaluep).list, FreeInitDeclarator);
-}
+yyval.exp = MkExpRenew(yyvsp[(2) - (7)].exp, MkTypeName(yyvsp[(3) - (7)].list, yyvsp[(4) - (7)].declarator), yyvsp[(6) - (7)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 175:
+case 18:
 {
-FreeInitDeclarator((*yyvaluep).initDeclarator);
-}
+yyval.exp = MkExpRenew(yyvsp[(2) - (6)].exp, MkTypeName(yyvsp[(3) - (6)].list, (((void *)0))), yyvsp[(5) - (6)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 176:
+case 19:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpRenew0(yyvsp[(2) - (7)].exp, MkTypeName(yyvsp[(3) - (7)].list, yyvsp[(4) - (7)].declarator), yyvsp[(6) - (7)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 177:
+case 20:
 {
-FreeExtDecl((*yyvaluep).extDecl);
-}
+yyval.exp = MkExpRenew0(yyvsp[(2) - (6)].exp, MkTypeName(yyvsp[(3) - (6)].list, (((void *)0))), yyvsp[(5) - (6)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 179:
+case 21:
 {
-(__ecereNameSpace__ecere__com__eSystem_Delete((*yyvaluep).string), (*yyvaluep).string = 0);
-}
+yyval.exp = MkExpDummy();
+yyerror();
 ;
+}
 break;
-case 180:
+case 22:
 {
-FreeAttribute((*yyvaluep).attribute);
-}
+yyval.exp = MkExpInstance(yyvsp[(1) - (1)].instance);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 181:
+case 24:
 {
-FreeList((*yyvaluep).list, FreeAttribute);
-}
+yyval.exp = MkExpIndex(yyvsp[(1) - (4)].exp, yyvsp[(3) - (4)].list);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 182:
+case 25:
 {
-FreeAttrib((*yyvaluep).attrib);
-}
+yyval.exp = MkExpCall(yyvsp[(1) - (3)].exp, MkList());
+yyval.exp->__anon1.call.argLoc.start = (yylsp[(2) - (3)]).start;
+yyval.exp->__anon1.call.argLoc.end = (yylsp[(3) - (3)]).end;
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 183:
+case 26:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpCall(yyvsp[(1) - (4)].exp, yyvsp[(3) - (4)].list);
+yyval.exp->__anon1.call.argLoc.start = (yylsp[(2) - (4)]).start;
+yyval.exp->__anon1.call.argLoc.end = (yylsp[(4) - (4)]).end;
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 184:
+case 27:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpMember(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].id);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 185:
+case 28:
 {
-FreeSpecifier((*yyvaluep).specifier);
+char * constant = yyvsp[(1) - (2)].exp->type == 2 ? yyvsp[(1) - (2)].exp->__anon1.__anon1.constant : (((void *)0));
+int len = constant ? strlen(constant) : 0;
+
+if(constant && constant[len - 1] == '.')
+{
+constant[len - 1] = 0;
+yyval.exp = MkExpMember(yyvsp[(1) - (2)].exp, yyvsp[(2) - (2)].id);
+yyval.exp->loc = (yyloc);
 }
+else
+yyerror();
 ;
+}
 break;
-case 186:
+case 29:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpPointer(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].id);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 187:
+case 30:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (2)].exp, INC_OP, (((void *)0)));
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 188:
+case 31:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (2)].exp, DEC_OP, (((void *)0)));
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 189:
+case 32:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
 ;
+}
 break;
-case 191:
+case 33:
 {
-FreeList((*yyvaluep).list, FreeClassDef);
-}
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
 ;
+}
 break;
-case 192:
+case 34:
 {
-FreeMemberInit((*yyvaluep).memberInit);
-}
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
 ;
+}
 break;
-case 193:
+case 35:
 {
-FreeList((*yyvaluep).list, FreeMemberInit);
-}
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
 ;
+}
 break;
-case 194:
+case 36:
 {
-FreeProperty((*yyvaluep).prop);
-}
+yyval.exp = MkExpOp((((void *)0)), INC_OP, yyvsp[(2) - (2)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 195:
+case 37:
 {
-FreeClassDef((*yyvaluep).classDef);
-}
+yyval.exp = MkExpOp((((void *)0)), DEC_OP, yyvsp[(2) - (2)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 196:
+case 38:
 {
-FreeList((*yyvaluep).list, FreeDeclarator);
-}
+yyval.exp = MkExpOp((((void *)0)), yyvsp[(1) - (2)].i, yyvsp[(2) - (2)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 197:
+case 39:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.exp = MkExpOp((((void *)0)), SIZEOF, yyvsp[(2) - (2)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 198:
+case 40:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpTypeSize(yyvsp[(3) - (4)].typeName);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 199:
+case 41:
 {
-FreeSpecifier((*yyvaluep).specifier);
-}
+yyval.exp = MkExpOp((((void *)0)), ALIGNOF, yyvsp[(2) - (2)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 200:
+case 42:
 {
-FreeList((*yyvaluep).list, FreeEnumerator);
-}
+yyval.exp = MkExpTypeAlign(yyvsp[(3) - (4)].typeName);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 201:
+case 45:
 {
-FreeEnumerator((*yyvaluep).enumerator);
-}
+yyval.i = '&';
 ;
+}
 break;
-case 202:
+case 46:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = '*';
 ;
+}
 break;
-case 203:
+case 47:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = '+';
 ;
+}
 break;
-case 204:
+case 48:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = '-';
 ;
+}
 break;
-case 205:
+case 49:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = '~';
 ;
+}
 break;
-case 206:
+case 50:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = '!';
 ;
+}
 break;
-case 207:
+case 51:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.i = DELETE;
 ;
+}
 break;
-case 208:
+case 53:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.exp = MkExpCast(yyvsp[(2) - (4)].typeName, yyvsp[(4) - (4)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 209:
+case 55:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '*', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 210:
+case 56:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '/', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 211:
+case 57:
 {
-FreeDeclarator((*yyvaluep).declarator);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '%', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 212:
+case 59:
 {
-FreeList((*yyvaluep).list, FreeSpecifier);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '+', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 213:
+case 60:
 {
-FreePointer((*yyvaluep).pointer);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '-', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 214:
+case 62:
 {
-FreeList((*yyvaluep).list, FreeTypeName);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, LEFT_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 215:
+case 63:
 {
-FreeList((*yyvaluep).list, FreeTypeName);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, RIGHT_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 216:
+case 65:
 {
-FreeTypeName((*yyvaluep).typeName);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '<', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 217:
+case 66:
 {
-FreeList((*yyvaluep).list, FreeTypeName);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '>', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 218:
+case 67:
 {
-FreeTypeName((*yyvaluep).typeName);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, LE_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 219:
+case 68:
 {
-FreeInitializer((*yyvaluep).initializer);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, GE_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 220:
+case 70:
 {
-FreeInitializer((*yyvaluep).initializer);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, EQ_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 221:
+case 71:
 {
-FreeList((*yyvaluep).list, FreeInitializer);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, NE_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 222:
+case 73:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '&', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 223:
+case 75:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '^', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 224:
+case 77:
 {
-FreeList((*yyvaluep).list, FreeDeclaration);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '|', yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 225:
+case 79:
 {
-FreeList((*yyvaluep).list, FreeStatement);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, AND_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 226:
+case 81:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, OR_OP, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 227:
+case 83:
 {
-PopContext((*yyvaluep).context);
-FreeContext((*yyvaluep).context);
-(((*yyvaluep).context ? (__ecereClass_Context->Destructor ? __ecereClass_Context->Destructor((void *)(*yyvaluep).context) : 0, __ecereNameSpace__ecere__com__eSystem_Delete((*yyvaluep).context)) : 0), (*yyvaluep).context = 0);
-}
+yyval.exp = MkExpCondition(yyvsp[(1) - (5)].exp, yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 228:
+case 85:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 229:
+case 86:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyerror();
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 230:
+case 87:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 231:
+case 88:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
+yyval.exp->loc = (yyloc);
 ;
+}
 break;
-case 232:
+case 89:
 {
-FreeStatement((*yyvaluep).stmt);
-}
+yyval.i = '=';
 ;
+}
 break;
-case 233:
+case 90:
 {
-(__ecereNameSpace__ecere__com__eSystem_Delete((*yyvaluep).string), (*yyvaluep).string = 0);
-}
+yyval.i = MUL_ASSIGN;
 ;
+}
 break;
-case 234:
+case 91:
 {
-FreeInstance((*yyvaluep).instance);
-}
+yyval.i = DIV_ASSIGN;
 ;
+}
 break;
-case 235:
+case 92:
 {
-FreeInstance((*yyvaluep).instance);
-}
+yyval.i = MOD_ASSIGN;
 ;
+}
 break;
-case 237:
+case 93:
 {
-FreeClassFunction((*yyvaluep).classFunction);
-}
+yyval.i = ADD_ASSIGN;
 ;
+}
 break;
-case 238:
+case 94:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.i = SUB_ASSIGN;
+;
 }
+break;
+case 95:
+{
+yyval.i = LEFT_ASSIGN;
 ;
+}
 break;
-case 239:
+case 96:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.i = RIGHT_ASSIGN;
+;
 }
+break;
+case 97:
+{
+yyval.i = AND_ASSIGN;
 ;
+}
 break;
-case 240:
+case 98:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.i = XOR_ASSIGN;
+;
 }
+break;
+case 99:
+{
+yyval.i = OR_ASSIGN;
 ;
+}
 break;
-case 241:
+case 100:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
+;
 }
+break;
+case 101:
+{
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
 ;
+}
 break;
-case 242:
+case 103:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.declaration = MkDeclaration(yyvsp[(1) - (2)].list, (((void *)0)));
+yyval.declaration->loc = (yyloc);
+;
 }
+break;
+case 104:
+{
+yyval.declaration = MkDeclaration(yyvsp[(1) - (3)].list, yyvsp[(2) - (3)].list);
+yyval.declaration->loc = (yyloc);
 ;
+}
 break;
-case 243:
+case 105:
 {
-FreeClassFunction((*yyvaluep).classFunction);
+yyval.declaration = MkDeclarationInst(yyvsp[(1) - (2)].instance);
+yyval.declaration->loc = (yyloc);
+;
 }
+break;
+case 106:
+{
+yyval.declaration = MkDeclarationDefine(yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].exp);
+yyval.declaration->loc = (yyloc);
 ;
+}
 break;
-case 244:
+case 107:
 {
-FreeMemberInit((*yyvaluep).memberInit);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
+break;
+case 108:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
+}
 break;
-case 245:
+case 109:
 {
-FreeList((*yyvaluep).list, FreeMemberInit);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
+break;
+case 110:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
+}
 break;
-case 246:
+case 111:
 {
-FreeList((*yyvaluep).list, FreeMemberInit);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
+break;
+case 112:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
+}
 break;
-case 247:
+case 113:
 {
-FreeList((*yyvaluep).list, FreeMembersInit);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
+break;
+case 114:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
+}
 break;
-case 248:
+case 115:
 {
-FreeList((*yyvaluep).list, FreeMembersInit);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
+break;
+case 116:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
+}
 break;
-default:
+case 117:
+{
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
+}
 break;
+case 118:
+{
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+;
 }
-}
-
-int expression_yyparse(void);
-
-int expression_yychar;
-
-YYSTYPE expression_yylval;
-
-struct Location expression_yylloc;
-
-int expression_yynerrs;
-
-extern struct Identifier * MkIdentifier(const char *  string);
-
-extern struct Expression * MkExpBrackets(struct __ecereNameSpace__ecere__sys__OldList * expressions);
-
-extern struct Expression * MkExpIdentifier(struct Identifier * id);
-
-extern struct Expression * MkExpInstance(struct Instantiation * inst);
-
-extern struct Expression * MkExpConstant(const char *  string);
-
-extern struct Expression * MkExpString(const char *  string);
-
-extern struct Expression * MkExpIntlString(const char *  string, const char *  context);
-
-extern struct Expression * MkExpDummy(void);
-
-extern struct __ecereNameSpace__ecere__sys__OldList *  MkListOne(void *  item);
-
-extern struct Expression * MkExpNew(struct TypeName * type, struct Expression * size);
-
-extern struct TypeName * MkTypeName(struct __ecereNameSpace__ecere__sys__OldList * qualifiers, struct Declarator * declarator);
-
-extern struct Expression * MkExpNew0(struct TypeName * type, struct Expression * size);
-
-extern struct Expression * MkExpRenew(struct Expression * memExp, struct TypeName * type, struct Expression * size);
-
-extern struct Expression * MkExpRenew0(struct Expression * memExp, struct TypeName * type, struct Expression * size);
-
-extern struct Expression * MkExpIndex(struct Expression * expression, struct __ecereNameSpace__ecere__sys__OldList * index);
-
-extern struct Expression * MkExpCall(struct Expression * expression, struct __ecereNameSpace__ecere__sys__OldList * arguments);
-
-extern struct __ecereNameSpace__ecere__sys__OldList *  MkList(void);
-
-extern struct Expression * MkExpMember(struct Expression * expression, struct Identifier * member);
-
-extern size_t strlen(const char * );
-
-extern struct Expression * MkExpPointer(struct Expression * expression, struct Identifier * member);
-
-extern struct Expression * MkExpOp(struct Expression * exp1, int op, struct Expression * exp2);
-
-extern void ListAdd(struct __ecereNameSpace__ecere__sys__OldList * list, void *  item);
-
-extern struct Expression * MkExpTypeSize(struct TypeName * typeName);
-
-extern struct Expression * MkExpTypeAlign(struct TypeName * typeName);
-
-extern struct Expression * MkExpCast(struct TypeName * typeName, struct Expression * expression);
-
-extern struct Expression * MkExpCondition(struct Expression * cond, struct __ecereNameSpace__ecere__sys__OldList * expressions, struct Expression * elseExp);
-
-extern struct Declaration * MkDeclaration(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct __ecereNameSpace__ecere__sys__OldList * initDeclarators);
-
-extern struct Declaration * MkDeclarationInst(struct Instantiation * inst);
-
-extern struct Declaration * MkDeclarationDefine(struct Identifier * id, struct Expression * exp);
-
-extern struct InitDeclarator * MkInitDeclarator(struct Declarator * declarator, struct Initializer * initializer);
-
-extern struct Specifier * MkSpecifier(int specifier);
-
-extern struct ExtDecl * MkExtDeclString(char * s);
-
-extern char *  __ecereNameSpace__ecere__sys__CopyString(const char *  string);
-
-extern struct ExtDecl * MkExtDeclAttrib(struct Attrib * attr);
-
-extern struct Attribute * MkAttribute(char * attr, struct Expression * exp);
-
-extern struct Attrib * MkAttrib(int type, struct __ecereNameSpace__ecere__sys__OldList *  attribs);
-
-extern struct Specifier * MkSpecifierExtended(struct ExtDecl * extDecl);
-
-extern struct Specifier * MkSpecifierName(const char *  name);
-
-extern struct Specifier * MkSpecifierSubClass(struct Specifier * _class);
-
-extern struct Specifier * MkStructOrUnion(int type, struct Identifier * id, struct __ecereNameSpace__ecere__sys__OldList * definitions);
-
-extern int declMode;
-
-extern struct Symbol * DeclClass(int symbolID, const char *  name);
-
-extern struct Context * globalContext;
-
-extern struct MemberInit * MkMemberInitExp(struct Expression * idExp, struct Initializer * initializer);
-
-extern struct PropertyDef * MkProperty(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Declarator * decl, struct Identifier * id, struct Statement * setStmt, struct Statement * getStmt);
-
-extern struct ClassDef * MkClassDefDeclaration(struct Declaration * decl);
-
-extern struct Declaration * MkStructDeclaration(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct __ecereNameSpace__ecere__sys__OldList * declarators, struct Specifier * extStorage);
-
-extern struct Declaration * MkDeclarationClassInst(struct Instantiation * inst);
-
-extern struct ClassDef * MkClassDefFunction(struct ClassFunction * function);
-
-extern struct ClassDef * MkClassDefDefaultProperty(struct __ecereNameSpace__ecere__sys__OldList * defProperties);
-
-extern struct ClassDef * MkClassDefProperty(struct PropertyDef * propertyDef);
-
-extern struct Declarator * MkStructDeclarator(struct Declarator * declarator, struct Expression * exp);
-
-extern struct Specifier * MkEnum(struct Identifier * id, struct __ecereNameSpace__ecere__sys__OldList * list);
-
-extern struct Enumerator * MkEnumerator(struct Identifier * id, struct Expression * exp);
-
-extern struct Declarator * MkDeclaratorBrackets(struct Declarator * declarator);
-
-extern struct Declarator * MkDeclaratorArray(struct Declarator * declarator, struct Expression * exp);
-
-extern struct Declarator * MkDeclaratorEnumArray(struct Declarator * declarator, struct Specifier * _class);
-
-extern struct Declarator * MkDeclaratorFunction(struct Declarator * declarator, struct __ecereNameSpace__ecere__sys__OldList * parameters);
-
-extern struct Declarator * MkDeclaratorPointer(struct Pointer * pointer, struct Declarator * declarator);
-
-extern struct Declarator * MkDeclaratorExtended(struct ExtDecl * extended, struct Declarator * declarator);
-
-extern struct Declarator * MkDeclaratorIdentifier(struct Identifier * id);
-
-extern struct Pointer * MkPointer(struct __ecereNameSpace__ecere__sys__OldList * qualifiers, struct Pointer * pointer);
-
-extern struct Initializer * MkInitializerAssignment(struct Expression * exp);
-
-extern struct Initializer * MkInitializerList(struct __ecereNameSpace__ecere__sys__OldList * list);
-
-extern struct Statement * MkLabeledStmt(struct Identifier * id, struct Statement * statement);
-
-extern struct Statement * MkCaseStmt(struct Expression * exp, struct Statement * statement);
-
-extern struct Statement * MkBadDeclStmt(struct Declaration * decl);
-
-extern struct Statement * MkCompoundStmt(struct __ecereNameSpace__ecere__sys__OldList * declarations, struct __ecereNameSpace__ecere__sys__OldList * statements);
-
-extern struct Context * PushContext(void);
-
-extern struct Statement * MkExpressionStmt(struct __ecereNameSpace__ecere__sys__OldList * expressions);
-
-extern struct Statement * MkIfStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement, struct Statement * elseStmt);
-
-extern struct Statement * MkSwitchStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement);
-
-extern struct Statement * MkWhileStmt(struct __ecereNameSpace__ecere__sys__OldList * exp, struct Statement * statement);
-
-extern struct Statement * MkDoWhileStmt(struct Statement * statement, struct __ecereNameSpace__ecere__sys__OldList * exp);
-
-extern struct Statement * MkForStmt(struct Statement * init, struct Statement * check, struct __ecereNameSpace__ecere__sys__OldList * inc, struct Statement * statement);
-
-extern struct Statement * MkGotoStmt(struct Identifier * id);
-
-extern struct Statement * MkContinueStmt(void);
-
-extern struct Statement * MkBreakStmt(void);
-
-extern struct Statement * MkReturnStmt(struct __ecereNameSpace__ecere__sys__OldList * exp);
-
-extern struct Instantiation * MkInstantiationNamed(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Expression * exp, struct __ecereNameSpace__ecere__sys__OldList * members);
-
-extern struct Instantiation * MkInstantiation(struct Specifier * _class, struct Expression * exp, struct __ecereNameSpace__ecere__sys__OldList * members);
-
-extern struct ClassFunction * MkClassFunction(struct __ecereNameSpace__ecere__sys__OldList * specifiers, struct Specifier * _class, struct Declarator * decl, struct __ecereNameSpace__ecere__sys__OldList * declList);
-
-extern void ProcessClassFunctionBody(struct ClassFunction * func, struct Statement * body);
-
-extern struct MemberInit * MkMemberInit(struct __ecereNameSpace__ecere__sys__OldList * ids, struct Initializer * initializer);
-
-extern struct MembersInit * MkMembersInitList(struct __ecereNameSpace__ecere__sys__OldList * dataMembers);
-
-extern struct MembersInit * MkMembersInitMethod(struct ClassFunction * function);
-
-int expression_yyparse(void)
-{
-int yystate;
-int yyerrstatus;
-yytype_int16 yyssa[200];
-yytype_int16 * yyss;
-yytype_int16 * yyssp;
-YYSTYPE yyvsa[200];
-YYSTYPE * yyvs;
-YYSTYPE * yyvsp;
-struct Location yylsa[200];
-struct Location * yyls;
-struct Location * yylsp;
-struct Location yyerror_range[2];
-unsigned int yystacksize;
-int yyn;
-int yyresult;
-int yytoken;
-YYSTYPE yyval;
-struct Location yyloc;
-int yylen = 0;
-
-yytoken = 0;
-yyss = yyssa;
-yyvs = yyvsa;
-yyls = yylsa;
-yystacksize = 200;
-do
-{
-if(expression_yydebug)
-fprintf((bsl_stderr()), "Starting parse\n");
-}while((0));
-yystate = 0;
-yyerrstatus = 0;
-expression_yynerrs = 0;
-expression_yychar = (-2);
-yyssp = yyss;
-yyvsp = yyvs;
-yylsp = yyls;
-goto yysetstate;
-yynewstate:
-yyssp++;
-yysetstate:
-*yyssp = yystate;
-if(yyss + yystacksize - 1 <= yyssp)
-{
-unsigned int yysize = yyssp - yyss + 1;
-
-if(10000 <= yystacksize)
-goto yyexhaustedlab;
-yystacksize *= 2;
-if(10000 < yystacksize)
-yystacksize = 10000;
-{
-yytype_int16 * yyss1 = yyss;
-union yyalloc * yyptr = (union yyalloc *)malloc(((yystacksize) * (sizeof(yytype_int16) + sizeof(YYSTYPE) + sizeof(struct Location)) + 2 * (sizeof(union yyalloc) - 1)));
-
-if(!yyptr)
-goto yyexhaustedlab;
-do
-{
-unsigned int yynewbytes;
-
-__builtin_memcpy(&(*yyptr).yyss_alloc, yyss, (yysize) * sizeof (*(yyss)));
-yyss = &(*yyptr).yyss_alloc;
-yynewbytes = yystacksize * sizeof (*yyss) + (sizeof(union yyalloc) - 1);
-yyptr += yynewbytes / sizeof (*yyptr);
-}while((0));
-do
-{
-unsigned int yynewbytes;
-
-__builtin_memcpy(&(*yyptr).yyvs_alloc, yyvs, (yysize) * sizeof (*(yyvs)));
-yyvs = &(*yyptr).yyvs_alloc;
-yynewbytes = yystacksize * sizeof (*yyvs) + (sizeof(union yyalloc) - 1);
-yyptr += yynewbytes / sizeof (*yyptr);
-}while((0));
-do
+break;
+case 119:
 {
-unsigned int yynewbytes;
-
-__builtin_memcpy(&(*yyptr).yyls_alloc, yyls, (yysize) * sizeof (*(yyls)));
-yyls = &(*yyptr).yyls_alloc;
-yynewbytes = yystacksize * sizeof (*yyls) + (sizeof(union yyalloc) - 1);
-yyptr += yynewbytes / sizeof (*yyptr);
-}while((0));
-if(yyss1 != yyssa)
-free(yyss1);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
-yyssp = yyss + yysize - 1;
-yyvsp = yyvs + yysize - 1;
-yylsp = yyls + yysize - 1;
-do
+break;
+case 120:
 {
-if(expression_yydebug)
-fprintf((bsl_stderr()), "Stack size increased to %lu\n", yystacksize);
-}while((0));
-if(yyss + yystacksize - 1 <= yyssp)
-goto yyabortlab;
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+;
 }
-do
-{
-if(expression_yydebug)
-fprintf((bsl_stderr()), "Entering state %d\n", yystate);
-}while((0));
-if(yystate == 152)
-goto yyacceptlab;
-goto yybackup;
-yybackup:
-yyn = yypact[yystate];
-if(yyn == -559)
-goto yydefault;
-if(expression_yychar == (-2))
-{
-do
+break;
+case 121:
 {
-if(expression_yydebug)
-fprintf((bsl_stderr()), "Reading a token: ");
-}while((0));
-expression_yychar = yylex();
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
-if(expression_yychar <= 0)
-{
-expression_yychar = yytoken = 0;
-do
+break;
+case 122:
 {
-if(expression_yydebug)
-fprintf((bsl_stderr()), "Now at end of input.\n");
-}while((0));
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+;
 }
-else
-{
-yytoken = ((unsigned int)(expression_yychar) <= 372 ? yytranslate[expression_yychar] : 2);
-do
-{
-if(expression_yydebug)
+break;
+case 123:
 {
-fprintf((bsl_stderr()), "%s ", "Next token is");
-yy_symbol_print((bsl_stderr()), yytoken, &expression_yylval, &expression_yylloc);
-fprintf((bsl_stderr()), "\n");
-}
-}while((0));
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
-yyn += yytoken;
-if(yyn < 0 || 7395 < yyn || yycheck[yyn] != yytoken)
-goto yydefault;
-yyn = yytable[yyn];
-if(yyn <= 0)
+break;
+case 124:
 {
-if(yyn == 0 || yyn == -424)
-goto yyerrlab;
-yyn = -yyn;
-goto yyreduce;
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+;
 }
-if(yyerrstatus)
-yyerrstatus--;
-do
-{
-if(expression_yydebug)
+break;
+case 125:
 {
-fprintf((bsl_stderr()), "%s ", "Shifting");
-yy_symbol_print((bsl_stderr()), yytoken, &expression_yylval, &expression_yylloc);
-fprintf((bsl_stderr()), "\n");
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
 }
-}while((0));
-expression_yychar = (-2);
-yystate = yyn;
-*++yyvsp = expression_yylval;
-*++yylsp = expression_yylloc;
-goto yynewstate;
-yydefault:
-yyn = yydefact[yystate];
-if(yyn == 0)
-goto yyerrlab;
-goto yyreduce;
-yyreduce:
-yylen = yyr2[yyn];
-yyval = yyvsp[1 - yylen];
-(yyloc.start = ((yylsp - yylen))[1].start);
-(yyloc.end = ((yylsp - yylen))[yylen].end);
+break;
+case 126:
+{
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
-do
+}
+break;
+case 127:
 {
-if(expression_yydebug)
-yy_reduce_print(yyvsp, yylsp, yyn);
-}while((0));
-switch(yyn)
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+;
+}
+break;
+case 128:
 {
-case 2:
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+;
+}
+break;
+case 129:
 {
-yyval.id = MkIdentifier(yytext);
-yyval.id->loc = (yylsp[(1) - (1)]);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 4:
+case 130:
 {
-yyval.exp = MkExpBrackets(yyvsp[(2) - (3)].list);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 5:
+case 131:
 {
-yyval.exp = MkExpIdentifier(yyvsp[(1) - (1)].id);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 6:
+case 132:
 {
-yyval.exp = MkExpInstance(yyvsp[(1) - (1)].instance);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 7:
+case 133:
 {
-yyval.exp = MkExpConstant(yytext);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 8:
+case 134:
 {
-yyval.exp = MkExpString(yyvsp[(1) - (1)].string);
-(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(1) - (1)].string), yyvsp[(1) - (1)].string = 0);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 9:
+case 135:
 {
-yyval.exp = MkExpIntlString(yyvsp[(2) - (2)].string, (((void *)0)));
-(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(2) - (2)].string), yyvsp[(2) - (2)].string = 0);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 10:
+case 136:
 {
-yyval.exp = MkExpIntlString(yyvsp[(4) - (4)].string, yyvsp[(2) - (4)].string);
-(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(2) - (4)].string), yyvsp[(2) - (4)].string = 0);
-(__ecereNameSpace__ecere__com__eSystem_Delete(yyvsp[(4) - (4)].string), yyvsp[(4) - (4)].string = 0);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 11:
+case 137:
 {
-struct Expression * exp = MkExpDummy();
-
-exp->loc.start = (yylsp[(1) - (2)]).end;
-exp->loc.end = (yylsp[(2) - (2)]).start;
-yyval.exp = MkExpBrackets(MkListOne(exp));
-yyval.exp->loc = (yyloc);
-yyerror();
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 12:
+case 138:
 {
-yyval.exp = MkExpNew(MkTypeName(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator), yyvsp[(5) - (6)].exp);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 13:
+case 139:
 {
-yyval.exp = MkExpNew(MkTypeName(yyvsp[(2) - (5)].list, (((void *)0))), yyvsp[(4) - (5)].exp);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 14:
+case 140:
 {
-yyval.exp = MkExpNew0(MkTypeName(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator), yyvsp[(5) - (6)].exp);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 15:
+case 141:
 {
-yyval.exp = MkExpNew0(MkTypeName(yyvsp[(2) - (5)].list, (((void *)0))), yyvsp[(4) - (5)].exp);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 16:
+case 142:
 {
-yyval.exp = MkExpRenew(yyvsp[(2) - (7)].exp, MkTypeName(yyvsp[(3) - (7)].list, yyvsp[(4) - (7)].declarator), yyvsp[(6) - (7)].exp);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 17:
+case 143:
 {
-yyval.exp = MkExpRenew(yyvsp[(2) - (6)].exp, MkTypeName(yyvsp[(3) - (6)].list, (((void *)0))), yyvsp[(5) - (6)].exp);
-yyval.exp->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].initDeclarator);
 ;
 }
 break;
-case 18:
+case 144:
 {
-yyval.exp = MkExpRenew0(yyvsp[(2) - (7)].exp, MkTypeName(yyvsp[(3) - (7)].list, yyvsp[(4) - (7)].declarator), yyvsp[(6) - (7)].exp);
-yyval.exp->loc = (yyloc);
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].initDeclarator);
 ;
 }
 break;
-case 19:
+case 145:
 {
-yyval.exp = MkExpRenew0(yyvsp[(2) - (6)].exp, MkTypeName(yyvsp[(3) - (6)].list, (((void *)0))), yyvsp[(5) - (6)].exp);
-yyval.exp->loc = (yyloc);
+yyval.initDeclarator = MkInitDeclarator(yyvsp[(1) - (1)].declarator, (((void *)0)));
+yyval.initDeclarator->loc = (yyloc);
 ;
 }
 break;
-case 20:
+case 146:
 {
-yyval.exp = MkExpDummy();
-yyerror();
+yyval.initDeclarator = MkInitDeclarator(yyvsp[(1) - (3)].declarator, yyvsp[(3) - (3)].initializer);
+yyval.initDeclarator->loc = (yyloc);
+yyval.initDeclarator->initializer->loc.start = (yylsp[(2) - (3)]).end;
 ;
 }
 break;
-case 21:
+case 147:
 {
-yyval.exp = MkExpInstance(yyvsp[(1) - (1)].instance);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(TYPEDEF);
 ;
 }
 break;
-case 23:
+case 148:
 {
-yyval.exp = MkExpIndex(yyvsp[(1) - (4)].exp, yyvsp[(3) - (4)].list);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(EXTERN);
 ;
 }
 break;
-case 24:
+case 149:
 {
-yyval.exp = MkExpCall(yyvsp[(1) - (3)].exp, MkList());
-yyval.exp->call.argLoc.start = (yylsp[(2) - (3)]).start;
-yyval.exp->call.argLoc.end = (yylsp[(3) - (3)]).end;
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(STATIC);
 ;
 }
 break;
-case 25:
+case 150:
 {
-yyval.exp = MkExpCall(yyvsp[(1) - (4)].exp, yyvsp[(3) - (4)].list);
-yyval.exp->call.argLoc.start = (yylsp[(2) - (4)]).start;
-yyval.exp->call.argLoc.end = (yylsp[(4) - (4)]).end;
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(AUTO);
 ;
 }
 break;
-case 26:
+case 151:
 {
-yyval.exp = MkExpMember(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].id);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(REGISTER);
 ;
 }
 break;
-case 27:
-{
-char * constant = yyvsp[(1) - (2)].exp->type == 2 ? yyvsp[(1) - (2)].exp->constant : (((void *)0));
-int len = constant ? strlen(constant) : 0;
-
-if(constant && constant[len - 1] == '.')
+case 152:
 {
-constant[len - 1] = (char)0;
-yyval.exp = MkExpMember(yyvsp[(1) - (2)].exp, yyvsp[(2) - (2)].id);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(THREAD);
+;
 }
-else
-yyerror();
+break;
+case 153:
+{
+yyval.extDecl = MkExtDeclString(__ecereNameSpace__ecere__sys__CopyString(yytext));
 ;
 }
 break;
-case 28:
+case 154:
 {
-yyval.exp = MkExpPointer(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].id);
-yyval.exp->loc = (yyloc);
+yyval.extDecl = MkExtDeclAttrib(yyvsp[(1) - (1)].attrib);
 ;
 }
 break;
-case 29:
+case 155:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (2)].exp, INC_OP, (((void *)0)));
-yyval.exp->loc = (yyloc);
+yyval.i = ATTRIB;
 ;
 }
 break;
-case 30:
+case 156:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (2)].exp, DEC_OP, (((void *)0)));
-yyval.exp->loc = (yyloc);
+yyval.i = ATTRIB_DEP;
 ;
 }
 break;
-case 31:
+case 157:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
+yyval.i = __ATTRIB;
 ;
 }
 break;
-case 32:
+case 158:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 33:
+case 159:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 34:
+case 160:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 35:
+case 161:
 {
-yyval.exp = MkExpOp((((void *)0)), INC_OP, yyvsp[(2) - (2)].exp);
-yyval.exp->loc = (yyloc);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 36:
+case 162:
 {
-yyval.exp = MkExpOp((((void *)0)), DEC_OP, yyvsp[(2) - (2)].exp);
-yyval.exp->loc = (yyloc);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 37:
+case 163:
 {
-yyval.exp = MkExpOp((((void *)0)), yyvsp[(1) - (2)].i, yyvsp[(2) - (2)].exp);
-yyval.exp->loc = (yyloc);
+yyval.attribute = MkAttribute(yyvsp[(1) - (1)].string, (((void *)0)));
+yyval.attribute->loc = (yyloc);
 ;
 }
 break;
-case 38:
+case 164:
 {
-yyval.exp = MkExpOp((((void *)0)), SIZEOF, yyvsp[(2) - (2)].exp);
-yyval.exp->loc = (yyloc);
+yyval.attribute = MkAttribute(yyvsp[(1) - (4)].string, MkExpBrackets(yyvsp[(3) - (4)].list));
+yyval.attribute->loc = (yyloc);
 ;
 }
 break;
-case 39:
+case 165:
 {
-yyval.exp = MkExpTypeSize(yyvsp[(3) - (4)].typeName);
-yyval.exp->loc = (yyloc);
+yyval.list = MkListOne(yyvsp[(1) - (1)].attribute);
 ;
 }
 break;
-case 40:
+case 166:
 {
-yyval.exp = MkExpOp((((void *)0)), ALIGNOF, yyvsp[(2) - (2)].exp);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].attribute);
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 41:
+case 167:
 {
-yyval.exp = MkExpTypeAlign(yyvsp[(3) - (4)].typeName);
-yyval.exp->loc = (yyloc);
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].attribute);
+yyval.list = yyvsp[(1) - (3)].list;
 ;
 }
 break;
-case 44:
+case 168:
 {
-yyval.i = '&';
+yyval.attrib = MkAttrib(yyvsp[(1) - (6)].i, yyvsp[(4) - (6)].list);
+yyval.attrib->loc = (yyloc);
 ;
 }
 break;
-case 45:
+case 169:
 {
-yyval.i = '*';
+yyval.attrib = MkAttrib(yyvsp[(1) - (5)].i, (((void *)0)));
+yyval.attrib->loc = (yyloc);
 ;
 }
 break;
-case 46:
+case 170:
 {
-yyval.i = '+';
+yyval.specifier = MkSpecifier(CONST);
 ;
 }
 break;
-case 47:
+case 171:
 {
-yyval.i = '-';
+yyval.specifier = MkSpecifier(VOLATILE);
 ;
 }
 break;
-case 48:
+case 172:
 {
-yyval.i = '~';
+yyval.specifier = MkSpecifierExtended(MkExtDeclString(__ecereNameSpace__ecere__sys__CopyString(yytext)));
 ;
 }
 break;
-case 49:
+case 173:
 {
-yyval.i = '!';
+yyval.specifier = yyvsp[(1) - (1)].specifier;
 ;
 }
 break;
-case 50:
+case 174:
 {
-yyval.i = DELETE;
+yyval.specifier = MkSpecifierName(yytext);
 ;
 }
 break;
-case 52:
+case 175:
 {
-yyval.exp = MkExpCast(yyvsp[(2) - (4)].typeName, yyvsp[(4) - (4)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(VOID);
 ;
 }
 break;
-case 54:
+case 176:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '*', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(CHAR);
 ;
 }
 break;
-case 55:
+case 177:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '/', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(SHORT);
 ;
 }
 break;
-case 56:
+case 178:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '%', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(INT);
 ;
 }
 break;
-case 58:
+case 179:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '+', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(UINT);
 ;
 }
 break;
-case 59:
+case 180:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '-', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(INT64);
 ;
 }
 break;
-case 61:
+case 181:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, LEFT_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(INT128);
 ;
 }
 break;
-case 62:
+case 182:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, RIGHT_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(VALIST);
 ;
 }
 break;
-case 64:
+case 183:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '<', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(LONG);
 ;
 }
 break;
-case 65:
+case 184:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '>', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(FLOAT);
 ;
 }
 break;
-case 66:
+case 185:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, LE_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(DOUBLE);
 ;
 }
 break;
-case 67:
+case 186:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, GE_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(SIGNED);
 ;
 }
 break;
-case 69:
+case 187:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, EQ_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(UNSIGNED);
 ;
 }
 break;
-case 70:
+case 188:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, NE_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(EXTENSION);
 ;
 }
 break;
-case 72:
+case 189:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '&', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(_BOOL);
 ;
 }
 break;
-case 74:
+case 190:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '^', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(BOOL);
 ;
 }
 break;
-case 76:
+case 194:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, '|', yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifierSubClass(yyvsp[(3) - (4)].specifier);
 ;
 }
 break;
-case 78:
+case 195:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, AND_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(THISCLASS);
 ;
 }
 break;
-case 80:
+case 196:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, OR_OP, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(VOID);
 ;
 }
 break;
-case 82:
+case 197:
 {
-yyval.exp = MkExpCondition(yyvsp[(1) - (5)].exp, yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(CHAR);
 ;
 }
 break;
-case 84:
+case 198:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(SHORT);
 ;
 }
 break;
-case 85:
+case 199:
 {
-yyerror();
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(INT);
 ;
 }
 break;
-case 86:
+case 200:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(UINT);
 ;
 }
 break;
-case 87:
+case 201:
 {
-yyval.exp = MkExpOp(yyvsp[(1) - (3)].exp, yyvsp[(2) - (3)].i, yyvsp[(3) - (3)].exp);
-yyval.exp->loc = (yyloc);
+yyval.specifier = MkSpecifier(INT64);
 ;
 }
 break;
-case 88:
+case 202:
 {
-yyval.i = '=';
+yyval.specifier = MkSpecifier(INT128);
 ;
 }
 break;
-case 89:
+case 203:
 {
-yyval.i = MUL_ASSIGN;
+yyval.specifier = MkSpecifier(VALIST);
 ;
 }
 break;
-case 90:
+case 204:
 {
-yyval.i = DIV_ASSIGN;
+yyval.specifier = MkSpecifier(LONG);
 ;
 }
 break;
-case 91:
+case 205:
 {
-yyval.i = MOD_ASSIGN;
+yyval.specifier = MkSpecifier(FLOAT);
 ;
 }
 break;
-case 92:
+case 206:
 {
-yyval.i = ADD_ASSIGN;
+yyval.specifier = MkSpecifier(DOUBLE);
 ;
 }
 break;
-case 93:
+case 207:
 {
-yyval.i = SUB_ASSIGN;
+yyval.specifier = MkSpecifier(SIGNED);
 ;
 }
 break;
-case 94:
+case 208:
 {
-yyval.i = LEFT_ASSIGN;
+yyval.specifier = MkSpecifier(UNSIGNED);
 ;
 }
 break;
-case 95:
+case 209:
 {
-yyval.i = RIGHT_ASSIGN;
+yyval.specifier = MkSpecifier(_BOOL);
 ;
 }
 break;
-case 96:
+case 210:
 {
-yyval.i = AND_ASSIGN;
+yyval.specifier = MkSpecifier(BOOL);
 ;
 }
 break;
-case 97:
+case 214:
 {
-yyval.i = XOR_ASSIGN;
+yyval.specifier = MkSpecifierSubClass(yyvsp[(3) - (4)].specifier);
 ;
 }
 break;
-case 98:
+case 215:
 {
-yyval.i = OR_ASSIGN;
+yyval.specifier = MkSpecifier(THISCLASS);
 ;
 }
 break;
-case 99:
+case 216:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].exp);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].list);
+if(declMode)
+DeclClass(yyvsp[(2) - (5)].id->_class, yyvsp[(2) - (5)].id->string);
 ;
 }
 break;
-case 100:
+case 217:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].exp);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, (((void *)0)), yyvsp[(3) - (4)].list);
 ;
 }
 break;
-case 102:
+case 218:
 {
-yyval.declaration = MkDeclaration(yyvsp[(1) - (2)].list, (((void *)0)));
-yyval.declaration->loc = (yyloc);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, yyvsp[(2) - (4)].id, (((void *)0)));
+if(declMode)
+DeclClass(yyvsp[(2) - (4)].id->_class, yyvsp[(2) - (4)].id->string);
 ;
 }
 break;
-case 103:
+case 219:
 {
-yyval.declaration = MkDeclaration(yyvsp[(1) - (3)].list, yyvsp[(2) - (3)].list);
-yyval.declaration->loc = (yyloc);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, (((void *)0)), (((void *)0)));
 ;
 }
 break;
-case 104:
+case 220:
 {
-yyval.declaration = MkDeclarationInst(yyvsp[(1) - (2)].instance);
-yyval.declaration->loc = (yyloc);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, MkIdentifier(yyvsp[(2) - (5)].specifier->__anon1.__anon1.name), yyvsp[(4) - (5)].list);
+if(declMode)
+DeclClass(yyvsp[(2) - (5)].specifier->__anon1.__anon1.nsSpec, yyvsp[(2) - (5)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(2) - (5)].specifier);
 ;
 }
 break;
-case 105:
+case 221:
 {
-yyval.declaration = MkDeclarationDefine(yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].exp);
-yyval.declaration->loc = (yyloc);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (6)].specifierType, yyvsp[(3) - (6)].id, yyvsp[(5) - (6)].list);
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (6)].extDecl;
+if(declMode)
+DeclClass(yyvsp[(3) - (6)].id->_class, yyvsp[(3) - (6)].id->string);
 ;
 }
 break;
-case 106:
+case 222:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, (((void *)0)), yyvsp[(4) - (5)].list);
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (5)].extDecl;
 ;
 }
 break;
-case 107:
+case 223:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, yyvsp[(3) - (5)].id, (((void *)0)));
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (5)].extDecl;
+if(declMode)
+DeclClass(yyvsp[(3) - (5)].id->_class, yyvsp[(3) - (5)].id->string);
 ;
 }
 break;
-case 108:
+case 224:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, (((void *)0)), (((void *)0)));
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (4)].extDecl;
 ;
 }
 break;
-case 109:
+case 225:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (6)].specifierType, MkIdentifier(yyvsp[(3) - (6)].specifier->__anon1.__anon1.name), yyvsp[(5) - (6)].list);
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (6)].extDecl;
+if(declMode)
+DeclClass(yyvsp[(3) - (6)].specifier->__anon1.__anon1.nsSpec, yyvsp[(3) - (6)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(3) - (6)].specifier);
 ;
 }
 break;
-case 110:
+case 226:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (2)].specifierType, yyvsp[(2) - (2)].id, (((void *)0)));
+if(declMode)
+DeclClass(yyvsp[(2) - (2)].id->_class, yyvsp[(2) - (2)].id->string);
 ;
 }
 break;
-case 111:
+case 227:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (2)].specifierType, MkIdentifier(yyvsp[(2) - (2)].specifier->__anon1.__anon1.name), (((void *)0)));
+if(declMode)
+DeclClass(yyvsp[(2) - (2)].specifier->__anon1.__anon1.nsSpec, yyvsp[(2) - (2)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 112:
+case 228:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, yyvsp[(3) - (3)].id, (((void *)0)));
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (3)].extDecl;
+if(declMode)
+DeclClass(yyvsp[(3) - (3)].id->_class, yyvsp[(3) - (3)].id->string);
 ;
 }
 break;
-case 113:
+case 229:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, MkIdentifier(yyvsp[(3) - (3)].specifier->__anon1.__anon1.name), (((void *)0)));
+yyval.specifier->__anon1.__anon2.extDeclStruct = yyvsp[(2) - (3)].extDecl;
+if(declMode)
+DeclClass(yyvsp[(3) - (3)].specifier->__anon1.__anon1.nsSpec, yyvsp[(3) - (3)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(3) - (3)].specifier);
 ;
 }
 break;
-case 114:
+case 230:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.specifierType = 3;
 ;
 }
 break;
-case 115:
+case 231:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.specifierType = 4;
 ;
 }
 break;
-case 116:
+case 232:
 {
 yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+ListAdd(yyval.list, yyvsp[(1) - (1)].classDef);
 ;
 }
 break;
-case 117:
+case 233:
 {
 yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].classDef);
 ;
 }
 break;
-case 118:
+case 234:
+{
+yyval.memberInit = MkMemberInitExp(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].initializer);
+yyval.memberInit->loc = (yyloc);
+yyval.memberInit->realLoc = (yyloc);
+yyval.memberInit->initializer->loc.start = (yylsp[(2) - (3)]).end;
+;
+}
+break;
+case 235:
 {
 yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+ListAdd(yyval.list, yyvsp[(1) - (1)].memberInit);
+((struct MemberInit *)(*yyval.list).last)->loc = (yyloc);
 ;
 }
 break;
-case 119:
+case 236:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.list = yyvsp[(1) - (3)].list;
+((struct MemberInit *)(*yyvsp[(1) - (3)].list).last)->loc.end = (yylsp[(3) - (3)]).start;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].memberInit);
 ;
 }
 break;
-case 120:
+case 237:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (9)].list, (((void *)0)), yyvsp[(3) - (9)].id, yyvsp[(6) - (9)].stmt, yyvsp[(8) - (9)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 121:
+case 238:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (9)].list, (((void *)0)), yyvsp[(3) - (9)].id, yyvsp[(8) - (9)].stmt, yyvsp[(6) - (9)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 122:
+case 239:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (7)].list, (((void *)0)), yyvsp[(3) - (7)].id, yyvsp[(6) - (7)].stmt, (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 123:
+case 240:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (7)].list, (((void *)0)), yyvsp[(3) - (7)].id, (((void *)0)), yyvsp[(6) - (7)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 124:
+case 241:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (5)].list, (((void *)0)), yyvsp[(3) - (5)].id, (((void *)0)), (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 125:
+case 242:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (10)].list, yyvsp[(3) - (10)].declarator, yyvsp[(4) - (10)].id, yyvsp[(7) - (10)].stmt, yyvsp[(9) - (10)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 126:
+case 243:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (10)].list, yyvsp[(3) - (10)].declarator, yyvsp[(4) - (10)].id, yyvsp[(9) - (10)].stmt, yyvsp[(7) - (10)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 127:
+case 244:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (8)].list, yyvsp[(3) - (8)].declarator, yyvsp[(4) - (8)].id, yyvsp[(7) - (8)].stmt, (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 128:
+case 245:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (8)].list, yyvsp[(3) - (8)].declarator, yyvsp[(4) - (8)].id, (((void *)0)), yyvsp[(7) - (8)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 129:
+case 246:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator, yyvsp[(4) - (6)].id, (((void *)0)), (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 130:
+case 247:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (8)].list, (((void *)0)), (((void *)0)), yyvsp[(5) - (8)].stmt, yyvsp[(7) - (8)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 131:
+case 248:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (8)].list, (((void *)0)), (((void *)0)), yyvsp[(7) - (8)].stmt, yyvsp[(5) - (8)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 132:
+case 249:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (6)].list, (((void *)0)), (((void *)0)), yyvsp[(5) - (6)].stmt, (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 133:
+case 250:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (6)].list, (((void *)0)), (((void *)0)), (((void *)0)), yyvsp[(5) - (6)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 134:
+case 251:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (4)].list, (((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 135:
+case 252:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (9)].list, yyvsp[(3) - (9)].declarator, (((void *)0)), yyvsp[(6) - (9)].stmt, yyvsp[(8) - (9)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 136:
+case 253:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (9)].list, yyvsp[(3) - (9)].declarator, (((void *)0)), yyvsp[(8) - (9)].stmt, yyvsp[(6) - (9)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 137:
+case 254:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (7)].list, yyvsp[(3) - (7)].declarator, (((void *)0)), yyvsp[(6) - (7)].stmt, (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 138:
+case 255:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (7)].list, yyvsp[(3) - (7)].declarator, (((void *)0)), (((void *)0)), yyvsp[(6) - (7)].stmt);
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 139:
+case 256:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.prop = MkProperty(yyvsp[(2) - (5)].list, yyvsp[(3) - (5)].declarator, (((void *)0)), (((void *)0)), (((void *)0)));
+yyval.prop->loc = (yyloc);
 ;
 }
 break;
-case 140:
+case 257:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
+yyval.classDef = MkClassDefDeclaration(MkStructDeclaration(yyvsp[(1) - (3)].list, yyvsp[(2) - (3)].list, (((void *)0))));
+yyval.classDef->__anon1.decl->loc = (yyloc);
+yyval.classDef->loc = (yyloc);
 ;
 }
 break;
-case 141:
+case 258:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
+yyval.classDef = MkClassDefDeclaration(MkStructDeclaration(yyvsp[(1) - (2)].list, (((void *)0)), (((void *)0))));
+yyval.classDef->__anon1.decl->loc = (yyloc);
+yyval.classDef->loc = (yyloc);
 ;
 }
 break;
-case 142:
+case 259:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].initDeclarator);
+yyval.classDef = MkClassDefDeclaration(MkDeclarationClassInst(yyvsp[(1) - (2)].instance));
+yyval.classDef->loc = (yyloc);
+yyval.classDef->__anon1.decl->loc = (yyloc);
 ;
 }
 break;
-case 143:
+case 260:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].initDeclarator);
+yyval.classDef = MkClassDefDeclaration(MkDeclarationClassInst(yyvsp[(1) - (2)].instance));
+yyval.classDef->loc = (yyloc);
+yyval.classDef->__anon1.decl->loc = (yyloc);
 ;
 }
 break;
-case 144:
+case 261:
 {
-yyval.initDeclarator = MkInitDeclarator(yyvsp[(1) - (1)].declarator, (((void *)0)));
-yyval.initDeclarator->loc = (yyloc);
+yyval.classDef = MkClassDefFunction(yyvsp[(1) - (1)].classFunction);
+yyval.classDef->loc = (yyloc);
 ;
 }
 break;
-case 145:
+case 262:
 {
-yyval.initDeclarator = MkInitDeclarator(yyvsp[(1) - (3)].declarator, yyvsp[(3) - (3)].initializer);
-yyval.initDeclarator->loc = (yyloc);
-yyval.initDeclarator->initializer->loc.start = (yylsp[(2) - (3)]).end;
+yyval.classDef = MkClassDefDefaultProperty(yyvsp[(1) - (2)].list);
+if((*yyvsp[(1) - (2)].list).last)
+((struct MemberInit *)(*yyvsp[(1) - (2)].list).last)->loc.end = (yylsp[(2) - (2)]).start;
+yyval.classDef->loc = (yyloc);
 ;
 }
 break;
-case 146:
+case 263:
 {
-yyval.specifier = MkSpecifier(TYPEDEF);
+yyval.classDef = MkClassDefProperty(yyvsp[(1) - (1)].prop);
+yyval.classDef->loc = (yyloc);
 ;
 }
 break;
-case 147:
+case 264:
 {
-yyval.specifier = MkSpecifier(EXTERN);
+yyval.classDef = (((void *)0));
 ;
 }
 break;
-case 148:
+case 265:
 {
-yyval.specifier = MkSpecifier(STATIC);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].declarator);
 ;
 }
 break;
-case 149:
+case 266:
 {
-yyval.specifier = MkSpecifier(AUTO);
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].declarator);
 ;
 }
 break;
-case 150:
+case 267:
 {
-yyval.specifier = MkSpecifier(REGISTER);
+yyval.declarator = MkStructDeclarator(yyvsp[(1) - (1)].declarator, (((void *)0)));
+yyval.declarator->loc = (yyloc);
 ;
 }
 break;
-case 151:
+case 268:
 {
-yyval.specifier = MkSpecifier(THREAD);
+yyval.declarator = MkStructDeclarator(yyvsp[(1) - (2)].declarator, (((void *)0)));
+yyval.declarator->__anon1.structDecl.attrib = yyvsp[(2) - (2)].attrib;
+yyval.declarator->loc = (yyloc);
 ;
 }
 break;
-case 152:
+case 269:
 {
-yyval.extDecl = MkExtDeclString(__ecereNameSpace__ecere__sys__CopyString(yytext));
+yyval.declarator = MkStructDeclarator((((void *)0)), yyvsp[(2) - (2)].exp);
+yyval.declarator->loc = (yyloc);
 ;
 }
 break;
-case 153:
+case 270:
 {
-yyval.extDecl = MkExtDeclAttrib(yyvsp[(1) - (1)].attrib);
+yyval.declarator = MkStructDeclarator(yyvsp[(1) - (3)].declarator, yyvsp[(3) - (3)].exp);
+yyval.declarator->loc = (yyloc);
 ;
 }
 break;
-case 154:
+case 271:
 {
-yyval.i = ATTRIB;
+yyval.declarator = MkStructDeclarator(yyvsp[(1) - (5)].declarator, yyvsp[(3) - (5)].exp);
+yyval.declarator->__anon1.structDecl.posExp = yyvsp[(5) - (5)].exp;
+yyval.declarator->loc = (yyloc);
 ;
 }
 break;
-case 155:
+case 272:
 {
-yyval.i = ATTRIB_DEP;
+yyval.specifier = MkEnum(yyvsp[(2) - (2)].id, (((void *)0)));
+if(declMode)
+DeclClass(yyvsp[(2) - (2)].id->_class, yyvsp[(2) - (2)].id->string);
 ;
 }
 break;
-case 156:
+case 273:
 {
-yyval.i = __ATTRIB;
+yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (2)].specifier->__anon1.__anon1.name), (((void *)0)));
+if(declMode)
+DeclClass(yyvsp[(2) - (2)].specifier->__anon1.__anon1.nsSpec, yyvsp[(2) - (2)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 157:
+case 274:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
+yyval.specifier = MkEnum((((void *)0)), yyvsp[(3) - (4)].list);
 ;
 }
 break;
-case 158:
+case 275:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
+yyval.specifier = MkEnum(yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].list);
+if(declMode)
+DeclClass(yyvsp[(2) - (5)].id->_class, yyvsp[(2) - (5)].id->string);
 ;
 }
 break;
-case 159:
+case 276:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
+yyval.specifier = MkEnum(yyvsp[(2) - (7)].id, yyvsp[(4) - (7)].list);
+yyval.specifier->__anon1.__anon2.definitions = yyvsp[(6) - (7)].list;
+if(declMode)
+DeclClass(yyvsp[(2) - (7)].id->_class, yyvsp[(2) - (7)].id->string);
 ;
 }
 break;
-case 160:
+case 277:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
+yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (7)].specifier->__anon1.__anon1.name), yyvsp[(4) - (7)].list);
+yyval.specifier->__anon1.__anon2.definitions = yyvsp[(6) - (7)].list;
+if(declMode)
+DeclClass(yyvsp[(2) - (7)].specifier->__anon1.__anon1.nsSpec, yyvsp[(2) - (7)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(2) - (7)].specifier);
 ;
 }
 break;
-case 161:
+case 278:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
+yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (5)].specifier->__anon1.__anon1.name), yyvsp[(4) - (5)].list);
+if(declMode)
+DeclClass(yyvsp[(2) - (5)].specifier->__anon1.__anon1.nsSpec, yyvsp[(2) - (5)].specifier->__anon1.__anon1.name);
+FreeSpecifier(yyvsp[(2) - (5)].specifier);
 ;
 }
 break;
-case 162:
+case 279:
 {
-yyval.attribute = MkAttribute(yyvsp[(1) - (1)].string, (((void *)0)));
-yyval.attribute->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].enumerator);
 ;
 }
 break;
-case 163:
+case 280:
 {
-yyval.attribute = MkAttribute(yyvsp[(1) - (4)].string, MkExpBrackets(yyvsp[(3) - (4)].list));
-yyval.attribute->loc = (yyloc);
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].enumerator);
 ;
 }
 break;
-case 164:
+case 281:
 {
-yyval.list = MkListOne(yyvsp[(1) - (1)].attribute);
+yyval.enumerator = MkEnumerator(yyvsp[(1) - (1)].id, (((void *)0)));
 ;
 }
 break;
-case 165:
+case 282:
 {
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].attribute);
-yyval.list = yyvsp[(1) - (2)].list;
+yyval.enumerator = MkEnumerator(yyvsp[(1) - (3)].id, yyvsp[(3) - (3)].exp);
 ;
 }
 break;
-case 166:
+case 283:
 {
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].attribute);
-yyval.list = yyvsp[(1) - (3)].list;
+yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
 ;
 }
 break;
-case 167:
+case 284:
 {
-yyval.attrib = MkAttrib(yyvsp[(1) - (6)].i, yyvsp[(4) - (6)].list);
-yyval.attrib->loc = (yyloc);
+yyval.declarator = MkDeclaratorArray((((void *)0)), (((void *)0)));
 ;
 }
 break;
-case 168:
+case 285:
 {
-yyval.attrib = MkAttrib(yyvsp[(1) - (5)].i, (((void *)0)));
-yyval.attrib->loc = (yyloc);
+yyval.declarator = MkDeclaratorArray((((void *)0)), yyvsp[(2) - (3)].exp);
 ;
 }
 break;
-case 169:
+case 286:
 {
-yyval.specifier = MkSpecifier(CONST);
+yyval.declarator = MkDeclaratorEnumArray((((void *)0)), yyvsp[(2) - (3)].specifier);
 ;
 }
 break;
-case 170:
+case 287:
 {
-yyval.specifier = MkSpecifier(VOLATILE);
+yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (3)].declarator, (((void *)0)));
 ;
 }
 break;
-case 171:
+case 288:
 {
-yyval.specifier = MkSpecifierExtended(MkExtDeclString(__ecereNameSpace__ecere__sys__CopyString(yytext)));
+yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].exp);
 ;
 }
 break;
-case 172:
+case 289:
 {
-yyval.specifier = yyvsp[(1) - (1)].specifier;
+yyval.declarator = MkDeclaratorEnumArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].specifier);
 ;
 }
 break;
-case 173:
+case 290:
 {
-yyval.specifier = MkSpecifierName(yytext);
+yyval.declarator = MkDeclaratorFunction((((void *)0)), (((void *)0)));
 ;
 }
 break;
-case 174:
+case 291:
 {
-yyval.specifier = MkSpecifier(VOID);
+yyval.declarator = MkDeclaratorFunction((((void *)0)), yyvsp[(2) - (3)].list);
 ;
 }
 break;
-case 175:
+case 292:
 {
-yyval.specifier = MkSpecifier(CHAR);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, (((void *)0)));
 ;
 }
 break;
-case 176:
+case 293:
 {
-yyval.specifier = MkSpecifier(SHORT);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].list);
 ;
 }
 break;
-case 177:
+case 294:
 {
-yyval.specifier = MkSpecifier(INT);
+yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
 ;
 }
 break;
-case 178:
+case 295:
 {
-yyval.specifier = MkSpecifier(UINT);
+yyval.declarator = MkDeclaratorFunction((((void *)0)), (((void *)0)));
 ;
 }
 break;
-case 179:
+case 296:
 {
-yyval.specifier = MkSpecifier(INT64);
+yyval.declarator = MkDeclaratorFunction((((void *)0)), yyvsp[(2) - (3)].list);
 ;
 }
 break;
-case 180:
+case 297:
 {
-yyval.specifier = MkSpecifier(VALIST);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, (((void *)0)));
 ;
 }
 break;
-case 181:
+case 298:
 {
-yyval.specifier = MkSpecifier(LONG);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].list);
 ;
 }
 break;
-case 182:
+case 299:
 {
-yyval.specifier = MkSpecifier(FLOAT);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (1)].pointer, (((void *)0)));
 ;
 }
 break;
-case 183:
+case 301:
 {
-yyval.specifier = MkSpecifier(DOUBLE);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 184:
+case 302:
 {
-yyval.specifier = MkSpecifier(SIGNED);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (2)].pointer, (((void *)0))));
 ;
 }
 break;
-case 185:
+case 303:
 {
-yyval.specifier = MkSpecifier(UNSIGNED);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 186:
+case 304:
 {
-yyval.specifier = MkSpecifier(EXTENSION);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
 ;
 }
 break;
-case 187:
+case 305:
 {
-yyval.specifier = MkSpecifier(_BOOL);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (1)].pointer, (((void *)0)));
 ;
 }
 break;
-case 188:
+case 307:
 {
-yyval.specifier = MkSpecifier(BOOL);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 192:
+case 308:
 {
-yyval.specifier = MkSpecifierSubClass(yyvsp[(3) - (4)].specifier);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (2)].pointer, (((void *)0))));
 ;
 }
 break;
-case 193:
+case 309:
 {
-yyval.specifier = MkSpecifier(THISCLASS);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 194:
+case 310:
 {
-yyval.specifier = MkSpecifier(VOID);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
 ;
 }
 break;
-case 195:
+case 312:
 {
-yyval.specifier = MkSpecifier(CHAR);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 196:
+case 313:
 {
-yyval.specifier = MkSpecifier(SHORT);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
 ;
 }
 break;
-case 197:
+case 314:
 {
-yyval.specifier = MkSpecifier(INT);
+yyval.declarator = MkDeclaratorIdentifier(yyvsp[(1) - (1)].id);
 ;
 }
 break;
-case 198:
+case 315:
 {
-yyval.specifier = MkSpecifier(UINT);
+yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
 ;
 }
 break;
-case 199:
+case 316:
 {
-yyval.specifier = MkSpecifier(INT64);
+yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].exp);
 ;
 }
 break;
-case 200:
+case 317:
 {
-yyval.specifier = MkSpecifier(VALIST);
+yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (3)].declarator, (((void *)0)));
 ;
 }
 break;
-case 201:
+case 318:
 {
-yyval.specifier = MkSpecifier(LONG);
+yyval.declarator = MkDeclaratorEnumArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].specifier);
 ;
 }
 break;
-case 202:
+case 320:
 {
-yyval.specifier = MkSpecifier(FLOAT);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 203:
+case 321:
 {
-yyval.specifier = MkSpecifier(DOUBLE);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 204:
+case 322:
 {
-yyval.specifier = MkSpecifier(SIGNED);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
 ;
 }
 break;
-case 205:
+case 323:
 {
-yyval.specifier = MkSpecifier(UNSIGNED);
+yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (3)].pointer, MkDeclaratorExtended(yyvsp[(2) - (3)].extDecl, yyvsp[(3) - (3)].declarator));
 ;
 }
 break;
-case 206:
+case 326:
 {
-yyval.specifier = MkSpecifier(_BOOL);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 207:
+case 327:
 {
-yyval.specifier = MkSpecifier(BOOL);
+yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 211:
+case 329:
 {
-yyval.specifier = MkSpecifierSubClass(yyvsp[(3) - (4)].specifier);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, yyvsp[(2) - (3)].list);
 ;
 }
 break;
-case 212:
+case 330:
 {
-yyval.specifier = MkSpecifier(THISCLASS);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, yyvsp[(2) - (3)].list);
 ;
 }
 break;
-case 213:
+case 331:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].list);
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (5)].id->string);
+yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (2)].declarator, (((void *)0)));
 ;
 }
 break;
-case 214:
+case 332:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, (((void *)0)), yyvsp[(3) - (4)].list);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
 ;
 }
 break;
-case 215:
+case 333:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, yyvsp[(2) - (4)].id, (((void *)0)));
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (4)].id->string);
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
 ;
 }
 break;
-case 216:
+case 334:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, (((void *)0)), (((void *)0)));
+yyval.pointer = MkPointer((((void *)0)), (((void *)0)));
 ;
 }
 break;
-case 217:
+case 335:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, MkIdentifier(yyvsp[(2) - (5)].specifier->name), yyvsp[(4) - (5)].list);
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (5)].specifier->name);
-FreeSpecifier(yyvsp[(2) - (5)].specifier);
+yyval.pointer = MkPointer(yyvsp[(2) - (2)].list, (((void *)0)));
 ;
 }
 break;
-case 218:
+case 336:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (6)].specifierType, yyvsp[(3) - (6)].id, yyvsp[(5) - (6)].list);
-yyval.specifier->extDeclStruct = yyvsp[(2) - (6)].extDecl;
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(3) - (6)].id->string);
+yyval.pointer = MkPointer((((void *)0)), yyvsp[(2) - (2)].pointer);
 ;
 }
 break;
-case 219:
+case 337:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, (((void *)0)), yyvsp[(4) - (5)].list);
-yyval.specifier->extDeclStruct = yyvsp[(2) - (5)].extDecl;
+yyval.pointer = MkPointer(yyvsp[(2) - (3)].list, yyvsp[(3) - (3)].pointer);
 ;
 }
 break;
-case 220:
+case 339:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (5)].specifierType, yyvsp[(3) - (5)].id, (((void *)0)));
-yyval.specifier->extDeclStruct = yyvsp[(2) - (5)].extDecl;
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(3) - (5)].id->string);
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, MkTypeName((((void *)0)), (((void *)0))));
 ;
 }
 break;
-case 221:
+case 340:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (4)].specifierType, (((void *)0)), (((void *)0)));
-yyval.specifier->extDeclStruct = yyvsp[(2) - (4)].extDecl;
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].typeName);
 ;
 }
 break;
-case 222:
+case 341:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (6)].specifierType, MkIdentifier(yyvsp[(3) - (6)].specifier->name), yyvsp[(5) - (6)].list);
-yyval.specifier->extDeclStruct = yyvsp[(2) - (6)].extDecl;
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(3) - (6)].specifier->name);
-FreeSpecifier(yyvsp[(3) - (6)].specifier);
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].typeName);
 ;
 }
 break;
-case 223:
+case 342:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (2)].specifierType, yyvsp[(2) - (2)].id, (((void *)0)));
-if(declMode)
-DeclClass(0, yyvsp[(2) - (2)].id->string);
+yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 224:
+case 343:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (2)].specifierType, MkIdentifier(yyvsp[(2) - (2)].specifier->name), (((void *)0)));
-if(declMode)
-DeclClass(0, yyvsp[(2) - (2)].specifier->name);
-FreeSpecifier(yyvsp[(2) - (2)].specifier);
+yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 225:
+case 344:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, yyvsp[(3) - (3)].id, (((void *)0)));
-yyval.specifier->extDeclStruct = yyvsp[(2) - (3)].extDecl;
-if(declMode)
-DeclClass(0, yyvsp[(3) - (3)].id->string);
+yyval.typeName = MkTypeName(yyvsp[(1) - (1)].list, (((void *)0)));
 ;
 }
 break;
-case 226:
+case 345:
 {
-yyval.specifier = MkStructOrUnion(yyvsp[(1) - (3)].specifierType, MkIdentifier(yyvsp[(3) - (3)].specifier->name), (((void *)0)));
-yyval.specifier->extDeclStruct = yyvsp[(2) - (3)].extDecl;
-if(declMode)
-DeclClass(0, yyvsp[(3) - (3)].specifier->name);
-FreeSpecifier(yyvsp[(3) - (3)].specifier);
+yyval.list = MkList();
+ListAdd(yyval.list, MkTypeName((((void *)0)), MkDeclaratorIdentifier(yyvsp[(1) - (1)].id)));
 ;
 }
 break;
-case 227:
+case 346:
 {
-yyval.specifierType = 3;
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, MkTypeName((((void *)0)), MkDeclaratorIdentifier(yyvsp[(3) - (3)].id)));
 ;
 }
 break;
-case 228:
+case 347:
 {
-yyval.specifierType = 4;
+yyval.typeName = MkTypeName(yyvsp[(1) - (1)].list, (((void *)0)));
 ;
 }
 break;
-case 229:
+case 348:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].classDef);
+yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
 ;
 }
 break;
-case 230:
+case 349:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].classDef);
+yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
+yyval.initializer->loc = (yyloc);
 ;
 }
 break;
-case 231:
+case 350:
 {
-yyval.memberInit = MkMemberInitExp(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].initializer);
-yyval.memberInit->loc = (yyloc);
-yyval.memberInit->realLoc = (yyloc);
-yyval.memberInit->initializer->loc.start = (yylsp[(2) - (3)]).end;
+yyval.initializer = MkInitializerList(yyvsp[(2) - (3)].list);
+yyval.initializer->loc = (yyloc);
 ;
 }
 break;
-case 232:
+case 351:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].memberInit);
-((struct MemberInit *)(*yyval.list).last)->loc = (yyloc);
+yyval.initializer = MkInitializerList(yyvsp[(2) - (4)].list);
+yyval.initializer->loc = (yyloc);
+{
+struct Expression * exp = MkExpDummy();
+struct Initializer * init = MkInitializerAssignment(exp);
+
+init->loc = (yylsp[(3) - (4)]);
+exp->loc = (yylsp[(3) - (4)]);
+ListAdd(yyvsp[(2) - (4)].list, init);
+}
 ;
 }
 break;
-case 233:
+case 352:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-((struct MemberInit *)(*yyvsp[(1) - (3)].list).last)->loc.end = (yylsp[(3) - (3)]).start;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].memberInit);
+yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
+yyval.initializer->loc = (yyloc);
 ;
 }
 break;
-case 234:
+case 353:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (9)].list, (((void *)0)), yyvsp[(3) - (9)].id, yyvsp[(6) - (9)].stmt, yyvsp[(8) - (9)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
+yyval.initializer->loc = (yyloc);
 ;
 }
 break;
-case 235:
+case 354:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (9)].list, (((void *)0)), yyvsp[(3) - (9)].id, yyvsp[(8) - (9)].stmt, yyvsp[(6) - (9)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].initializer);
 ;
 }
 break;
-case 236:
-{
-yyval.prop = MkProperty(yyvsp[(2) - (7)].list, (((void *)0)), yyvsp[(3) - (7)].id, yyvsp[(6) - (7)].stmt, (((void *)0)));
-yyval.prop->loc = (yyloc);
+case 355:
+{
+yyval.list = yyvsp[(1) - (3)].list;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].initializer);
 ;
 }
 break;
-case 237:
+case 362:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (7)].list, (((void *)0)), yyvsp[(3) - (7)].id, (((void *)0)), yyvsp[(6) - (7)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkLabeledStmt(yyvsp[(1) - (3)].id, yyvsp[(3) - (3)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 238:
+case 363:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (5)].list, (((void *)0)), yyvsp[(3) - (5)].id, (((void *)0)), (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCaseStmt(yyvsp[(2) - (4)].exp, yyvsp[(4) - (4)].stmt);
+yyval.stmt->loc = (yyloc);
+yyvsp[(2) - (4)].exp->loc.start = (yylsp[(1) - (4)]).end;
 ;
 }
 break;
-case 239:
+case 364:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (10)].list, yyvsp[(3) - (10)].declarator, yyvsp[(4) - (10)].id, yyvsp[(7) - (10)].stmt, yyvsp[(9) - (10)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCaseStmt((((void *)0)), yyvsp[(3) - (3)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 240:
+case 365:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (10)].list, yyvsp[(3) - (10)].declarator, yyvsp[(4) - (10)].id, yyvsp[(9) - (10)].stmt, yyvsp[(7) - (10)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].declaration);
 ;
 }
 break;
-case 241:
+case 366:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (8)].list, yyvsp[(3) - (8)].declarator, yyvsp[(4) - (8)].id, yyvsp[(7) - (8)].stmt, (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declaration);
 ;
 }
 break;
-case 242:
+case 367:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (8)].list, yyvsp[(3) - (8)].declarator, yyvsp[(4) - (8)].id, (((void *)0)), yyvsp[(7) - (8)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].stmt);
 ;
 }
 break;
-case 243:
+case 368:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (6)].list, yyvsp[(3) - (6)].declarator, yyvsp[(4) - (6)].id, (((void *)0)), (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.list = yyvsp[(1) - (2)].list;
+ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].stmt);
 ;
 }
 break;
-case 244:
+case 369:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (8)].list, (((void *)0)), (((void *)0)), yyvsp[(5) - (8)].stmt, yyvsp[(7) - (8)].stmt);
-yyval.prop->loc = (yyloc);
+struct Statement * stmt = MkBadDeclStmt(yyvsp[(2) - (2)].declaration);
+
+stmt->loc = (yylsp[(2) - (2)]);
+ListAdd(yyvsp[(1) - (2)].list, stmt);
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 245:
+case 370:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (8)].list, (((void *)0)), (((void *)0)), yyvsp[(7) - (8)].stmt, yyvsp[(5) - (8)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCompoundStmt((((void *)0)), yyvsp[(1) - (1)].list);
 ;
 }
 break;
-case 246:
+case 371:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (6)].list, (((void *)0)), (((void *)0)), yyvsp[(5) - (6)].stmt, (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCompoundStmt(yyvsp[(1) - (1)].list, (((void *)0)));
 ;
 }
 break;
-case 247:
+case 372:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (6)].list, (((void *)0)), (((void *)0)), (((void *)0)), yyvsp[(5) - (6)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCompoundStmt(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].list);
 ;
 }
 break;
-case 248:
+case 373:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (4)].list, (((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.context = PushContext();
 ;
 }
 break;
-case 249:
+case 374:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (9)].list, yyvsp[(3) - (9)].declarator, (((void *)0)), yyvsp[(6) - (9)].stmt, yyvsp[(8) - (9)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkCompoundStmt((((void *)0)), (((void *)0)));
+yyval.stmt->__anon1.compound.context = PushContext();
+PopContext(yyval.stmt->__anon1.compound.context);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 250:
+case 375:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (9)].list, yyvsp[(3) - (9)].declarator, (((void *)0)), yyvsp[(8) - (9)].stmt, yyvsp[(6) - (9)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = yyvsp[(2) - (3)].stmt;
+yyval.stmt->__anon1.compound.context = yyvsp[(1) - (3)].context;
+PopContext(yyvsp[(1) - (3)].context);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 251:
+case 376:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (7)].list, yyvsp[(3) - (7)].declarator, (((void *)0)), yyvsp[(6) - (7)].stmt, (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkExpressionStmt((((void *)0)));
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 252:
+case 377:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (7)].list, yyvsp[(3) - (7)].declarator, (((void *)0)), (((void *)0)), yyvsp[(6) - (7)].stmt);
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkExpressionStmt(yyvsp[(1) - (2)].list);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 253:
+case 378:
 {
-yyval.prop = MkProperty(yyvsp[(2) - (5)].list, yyvsp[(3) - (5)].declarator, (((void *)0)), (((void *)0)), (((void *)0)));
-yyval.prop->loc = (yyloc);
+yyval.stmt = MkIfStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt, (((void *)0)));
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 254:
+case 379:
 {
-yyval.classDef = MkClassDefDeclaration(MkStructDeclaration(yyvsp[(1) - (3)].list, yyvsp[(2) - (3)].list, (((void *)0))));
-yyval.classDef->decl->loc = (yyloc);
-yyval.classDef->loc = (yyloc);
+yyval.stmt = MkIfStmt(yyvsp[(3) - (7)].list, yyvsp[(5) - (7)].stmt, yyvsp[(7) - (7)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 255:
+case 380:
 {
-yyval.classDef = MkClassDefDeclaration(MkStructDeclaration(yyvsp[(1) - (2)].list, (((void *)0)), (((void *)0))));
-yyval.classDef->decl->loc = (yyloc);
-yyval.classDef->loc = (yyloc);
+yyval.stmt = MkSwitchStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 256:
+case 381:
 {
-yyval.classDef = MkClassDefDeclaration(MkDeclarationClassInst(yyvsp[(1) - (2)].instance));
-yyval.classDef->loc = (yyloc);
-yyval.classDef->decl->loc = (yyloc);
+yyval.stmt = MkWhileStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 257:
+case 382:
 {
-yyval.classDef = MkClassDefDeclaration(MkDeclarationClassInst(yyvsp[(1) - (2)].instance));
-yyval.classDef->loc = (yyloc);
-yyval.classDef->decl->loc = (yyloc);
+yyval.stmt = MkDoWhileStmt(yyvsp[(2) - (7)].stmt, yyvsp[(5) - (7)].list);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 258:
+case 383:
 {
-yyval.classDef = MkClassDefFunction(yyvsp[(1) - (1)].classFunction);
-yyval.classDef->loc = (yyloc);
+yyval.stmt = MkForStmt(yyvsp[(3) - (6)].stmt, yyvsp[(4) - (6)].stmt, (((void *)0)), yyvsp[(6) - (6)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 259:
+case 384:
 {
-yyval.classDef = MkClassDefDefaultProperty(yyvsp[(1) - (2)].list);
-if((*yyvsp[(1) - (2)].list).last)
-((struct MemberInit *)(*yyvsp[(1) - (2)].list).last)->loc.end = (yylsp[(2) - (2)]).start;
-yyval.classDef->loc = (yyloc);
+yyval.stmt = MkForStmt(yyvsp[(3) - (7)].stmt, yyvsp[(4) - (7)].stmt, yyvsp[(5) - (7)].list, yyvsp[(7) - (7)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 260:
+case 385:
 {
-yyval.classDef = MkClassDefProperty(yyvsp[(1) - (1)].prop);
-yyval.classDef->loc = (yyloc);
-globalContext->nextID++;
+yyval.stmt = MkWhileStmt((((void *)0)), yyvsp[(4) - (4)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 261:
+case 386:
 {
-yyval.classDef = (((void *)0));
+yyval.stmt = MkForStmt(yyvsp[(3) - (5)].stmt, (((void *)0)), (((void *)0)), yyvsp[(5) - (5)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 262:
+case 387:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].declarator);
+yyval.stmt = MkForStmt((((void *)0)), (((void *)0)), (((void *)0)), yyvsp[(4) - (4)].stmt);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 263:
+case 388:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].declarator);
+yyval.stmt = MkGotoStmt(yyvsp[(2) - (3)].id);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 264:
+case 389:
 {
-yyval.declarator = MkStructDeclarator(yyvsp[(1) - (1)].declarator, (((void *)0)));
-yyval.declarator->loc = (yyloc);
+yyval.stmt = MkContinueStmt();
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 265:
+case 390:
 {
-yyval.declarator = MkStructDeclarator(yyvsp[(1) - (2)].declarator, (((void *)0)));
-yyval.declarator->structDecl.attrib = yyvsp[(2) - (2)].attrib;
-yyval.declarator->loc = (yyloc);
+yyval.stmt = MkBreakStmt();
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 266:
+case 391:
 {
-yyval.declarator = MkStructDeclarator((((void *)0)), yyvsp[(2) - (2)].exp);
-yyval.declarator->loc = (yyloc);
+struct Expression * exp = MkExpDummy();
+
+yyval.stmt = MkReturnStmt(MkListOne(exp));
+yyval.stmt->loc = (yyloc);
+exp->loc = (yylsp[(2) - (2)]);
 ;
 }
 break;
-case 267:
+case 392:
 {
-yyval.declarator = MkStructDeclarator(yyvsp[(1) - (3)].declarator, yyvsp[(3) - (3)].exp);
-yyval.declarator->loc = (yyloc);
+yyval.stmt = MkReturnStmt(yyvsp[(2) - (3)].list);
+yyval.stmt->loc = (yyloc);
 ;
 }
 break;
-case 268:
+case 393:
 {
-yyval.declarator = MkStructDeclarator(yyvsp[(1) - (5)].declarator, yyvsp[(3) - (5)].exp);
-yyval.declarator->structDecl.posExp = yyvsp[(5) - (5)].exp;
-yyval.declarator->loc = (yyloc);
+yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
 ;
 }
 break;
-case 269:
+case 394:
 {
-yyval.specifier = MkEnum(yyvsp[(2) - (2)].id, (((void *)0)));
-if(declMode)
-DeclClass(0, yyvsp[(2) - (2)].id->string);
+yyval.instance = MkInstantiationNamed(yyvsp[(1) - (5)].list, MkExpIdentifier(yyvsp[(2) - (5)].id), yyvsp[(4) - (5)].list);
+yyval.instance->loc = (yyloc);
+yyval.instance->nameLoc = (yylsp[(2) - (5)]);
+yyval.instance->insideLoc.start = (yylsp[(3) - (5)]).end;
+yyval.instance->insideLoc.end = (yylsp[(5) - (5)]).start;
 ;
 }
 break;
-case 270:
+case 395:
 {
-yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (2)].specifier->name), (((void *)0)));
-if(declMode)
-DeclClass(0, yyvsp[(2) - (2)].specifier->name);
-FreeSpecifier(yyvsp[(2) - (2)].specifier);
+yyval.instance = MkInstantiationNamed(yyvsp[(1) - (4)].list, MkExpIdentifier(yyvsp[(2) - (4)].id), MkList());
+yyval.instance->loc = (yyloc);
+yyval.instance->nameLoc = (yylsp[(2) - (4)]);
+yyval.instance->insideLoc.start = (yylsp[(3) - (4)]).end;
+yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
 ;
 }
 break;
-case 271:
+case 396:
 {
-yyval.specifier = MkEnum((((void *)0)), yyvsp[(3) - (4)].list);
+yyval.instance = MkInstantiation(yyvsp[(1) - (4)].specifier, (((void *)0)), yyvsp[(3) - (4)].list);
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(2) - (4)]).end;
+yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
 ;
 }
 break;
-case 272:
+case 397:
 {
-yyval.specifier = MkEnum(yyvsp[(2) - (5)].id, yyvsp[(4) - (5)].list);
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (5)].id->string);
+yyval.instance = MkInstantiation(yyvsp[(1) - (3)].specifier, (((void *)0)), MkList());
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(2) - (3)]).end;
+yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
 ;
 }
 break;
-case 273:
+case 398:
 {
-yyval.specifier = MkEnum(yyvsp[(2) - (7)].id, yyvsp[(4) - (7)].list);
-yyval.specifier->definitions = yyvsp[(6) - (7)].list;
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (7)].id->string);
+struct Location tmpLoc = expression_yylloc;
+
+expression_yylloc = (yylsp[(1) - (4)]);
+expression_yylloc = tmpLoc;
+yyval.instance = MkInstantiation(MkSpecifierName(yyvsp[(1) - (4)].id->string), (((void *)0)), yyvsp[(3) - (4)].list);
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(2) - (4)]).end;
+yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
+FreeIdentifier(yyvsp[(1) - (4)].id);
 ;
 }
 break;
-case 274:
+case 399:
 {
-yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (7)].specifier->name), yyvsp[(4) - (7)].list);
-yyval.specifier->definitions = yyvsp[(6) - (7)].list;
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (7)].specifier->name);
-FreeSpecifier(yyvsp[(2) - (7)].specifier);
+struct Location tmpLoc = expression_yylloc;
+
+expression_yylloc = (yylsp[(1) - (3)]);
+expression_yylloc = tmpLoc;
+yyval.instance = MkInstantiation(MkSpecifierName(yyvsp[(1) - (3)].id->string), (((void *)0)), MkList());
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(2) - (3)]).end;
+yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
+FreeIdentifier(yyvsp[(1) - (3)].id);
 ;
 }
 break;
-case 275:
+case 400:
 {
-yyval.specifier = MkEnum(MkIdentifier(yyvsp[(2) - (5)].specifier->name), yyvsp[(4) - (5)].list);
-if(declMode)
-DeclClass(globalContext->nextID++, yyvsp[(2) - (5)].specifier->name);
-FreeSpecifier(yyvsp[(2) - (5)].specifier);
+yyval.instance = MkInstantiation((((void *)0)), (((void *)0)), yyvsp[(2) - (3)].list);
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(1) - (3)]).end;
+yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
 ;
 }
 break;
-case 276:
+case 401:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].enumerator);
+yyval.instance = MkInstantiation((((void *)0)), (((void *)0)), MkList());
+yyval.instance->loc = (yyloc);
+yyval.instance->insideLoc.start = (yylsp[(1) - (2)]).end;
+yyval.instance->insideLoc.end = (yylsp[(2) - (2)]).start;
 ;
 }
 break;
-case 277:
+case 402:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].enumerator);
+yyval.classFunction = MkClassFunction(yyvsp[(1) - (2)].list, (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 278:
+case 403:
 {
-yyval.enumerator = MkEnumerator(yyvsp[(1) - (1)].id, (((void *)0)));
+yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), yyvsp[(1) - (1)].declarator, (((void *)0)));
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 279:
+case 404:
 {
-yyval.enumerator = MkEnumerator(yyvsp[(1) - (3)].id, yyvsp[(3) - (3)].exp);
+yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
+yyval.classFunction->isConstructor = 1;
+yyval.classFunction->loc = (yyloc);
+FreeList(yyvsp[(1) - (3)].list, (void *)(FreeSpecifier));
 ;
 }
 break;
-case 280:
+case 405:
 {
-yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
+yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
+yyval.classFunction->isDestructor = 1;
+yyval.classFunction->loc = (yyloc);
+FreeList(yyvsp[(2) - (4)].list, (void *)(FreeSpecifier));
 ;
 }
 break;
-case 281:
+case 406:
 {
-yyval.declarator = MkDeclaratorArray((((void *)0)), (((void *)0)));
+yyval.classFunction = MkClassFunction(yyvsp[(2) - (3)].list, (((void *)0)), yyvsp[(3) - (3)].declarator, (((void *)0)));
+yyval.classFunction->isVirtual = 1;
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 282:
+case 407:
 {
-yyval.declarator = MkDeclaratorArray((((void *)0)), yyvsp[(2) - (3)].exp);
+yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
+yyval.classFunction->isVirtual = 1;
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 283:
+case 408:
 {
-yyval.declarator = MkDeclaratorEnumArray((((void *)0)), yyvsp[(2) - (3)].specifier);
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 284:
+case 409:
 {
-yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (3)].declarator, (((void *)0)));
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 285:
+case 410:
 {
-yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].exp);
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, (((void *)0)));
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 286:
+case 411:
 {
-yyval.declarator = MkDeclaratorEnumArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].specifier);
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 287:
+case 412:
 {
-yyval.declarator = MkDeclaratorFunction((((void *)0)), (((void *)0)));
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 288:
+case 413:
 {
-yyval.declarator = MkDeclaratorFunction((((void *)0)), yyvsp[(2) - (3)].list);
+yyval.classFunction = MkClassFunction(yyvsp[(1) - (2)].list, (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 289:
+case 414:
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, (((void *)0)));
+ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
+yyval.classFunction->loc = (yyloc);
 ;
 }
 break;
-case 290:
+case 415:
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].list);
+yyval.memberInit = MkMemberInitExp(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].initializer);
+yyval.memberInit->loc = (yyloc);
+yyval.memberInit->realLoc = (yyloc);
+yyval.memberInit->initializer->loc.start = (yylsp[(2) - (3)]).end;
 ;
 }
 break;
-case 291:
+case 416:
 {
-yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
+yyval.memberInit = MkMemberInit((((void *)0)), yyvsp[(1) - (1)].initializer);
+yyval.memberInit->loc = (yyloc);
+yyval.memberInit->realLoc = (yyloc);
 ;
 }
 break;
-case 292:
+case 417:
 {
-yyval.declarator = MkDeclaratorFunction((((void *)0)), (((void *)0)));
+yyval.list = MkList();
+ListAdd(yyval.list, yyvsp[(1) - (1)].memberInit);
 ;
 }
 break;
-case 293:
+case 418:
 {
-yyval.declarator = MkDeclaratorFunction((((void *)0)), yyvsp[(2) - (3)].list);
+((struct MemberInit *)(*yyvsp[(1) - (3)].list).last)->loc.end = (yylsp[(3) - (3)]).start;
+ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].memberInit);
+yyval.list = yyvsp[(1) - (3)].list;
 ;
 }
 break;
-case 294:
+case 419:
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, (((void *)0)));
+if((*yyvsp[(1) - (2)].list).last)
+((struct MemberInit *)(*yyvsp[(1) - (2)].list).last)->loc.end = (yylsp[(2) - (2)]).end;
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 295:
+case 420:
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].list);
+struct MembersInit * members = MkMembersInitList(yyvsp[(1) - (1)].list);
+
+yyval.list = MkList();
+ListAdd(yyval.list, members);
+members->loc = (yylsp[(1) - (1)]);
 ;
 }
 break;
-case 296:
+case 421:
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (1)].pointer, (((void *)0)));
+yyval.list = MkList();
+ListAdd(yyval.list, MkMembersInitMethod(yyvsp[(1) - (1)].classFunction));
+((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(1) - (1)]);
 ;
 }
 break;
-case 298:
+case 422:
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
+struct MembersInit * members = MkMembersInitList(yyvsp[(2) - (2)].list);
+
+ListAdd(yyval.list, members);
+members->loc = (yylsp[(2) - (2)]);
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 299:
+case 423:
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (2)].pointer, (((void *)0))));
+ListAdd(yyval.list, MkMembersInitMethod(yyvsp[(2) - (2)].classFunction));
+((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(2) - (2)]);
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 300:
+case 424:
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
+struct MembersInit * members = MkMembersInitList(MkList());
+
+yyval.list = MkList();
+ListAdd(yyval.list, members);
+members->loc = (yylsp[(1) - (1)]);
 ;
 }
 break;
-case 301:
+case 425:
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
+struct MembersInit * members = MkMembersInitList(MkList());
+
+ListAdd(yyval.list, members);
+members->loc = (yylsp[(2) - (2)]);
+yyval.list = yyvsp[(1) - (2)].list;
 ;
 }
 break;
-case 302:
+case 427:
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (1)].pointer, (((void *)0)));
+yyval.list = MkList();
+ListAdd(yyval.list, MkMembersInitList(yyvsp[(1) - (1)].list));
+((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(1) - (1)]);
 ;
 }
 break;
-case 304:
+case 428:
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
+ListAdd(yyvsp[(1) - (2)].list, MkMembersInitList(yyvsp[(2) - (2)].list));
+((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(2) - (2)]);
 ;
 }
 break;
-case 305:
+case 429:
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (2)].pointer, (((void *)0))));
+parsedExpression = yyvsp[(1) - (1)].exp;
 ;
 }
 break;
-case 306:
-{
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
-;
-}
+default:
 break;
-case 307:
+}
+do
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
-;
+if(expression_yydebug)
+{
+fprintf((bsl_stderr()), "%s ", "-> $$ =");
+yy_symbol_print((bsl_stderr()), yyr1[yyn], &yyval, &yyloc);
+fprintf((bsl_stderr()), "\n");
 }
-break;
-case 309:
+}while((0));
+(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
+yylen = 0;
+do
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
-;
+if(expression_yydebug)
+yy_stack_print((yyss), (yyssp));
+}while((0));
+*++yyvsp = yyval;
+*++yylsp = yyloc;
+yyn = yyr1[yyn];
+yystate = yypgoto[yyn - 146] + *yyssp;
+if(0 <= yystate && yystate <= 7763 && yycheck[yystate] == *yyssp)
+yystate = yytable[yystate];
+else
+yystate = yydefgoto[yyn - 146];
+goto yynewstate;
+yyerrlab:
+if(!yyerrstatus)
+{
+++expression_yynerrs;
+yyerror("syntax error");
 }
-break;
-case 310:
+yyerror_range[0] = expression_yylloc;
+if(yyerrstatus == 3)
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
-;
+if(expression_yychar <= 0)
+{
+if(expression_yychar == 0)
+goto yyabortlab;
 }
-break;
-case 311:
+else
 {
-yyval.declarator = MkDeclaratorIdentifier(yyvsp[(1) - (1)].id);
-;
+yydestruct("Error: discarding", yytoken, &expression_yylval, &expression_yylloc);
+expression_yychar = (-2);
+}
 }
+goto yyerrlab1;
+yyerrorlab:
+if(0)
+goto yyerrorlab;
+yyerror_range[0] = yylsp[1 - yylen];
+(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
+yylen = 0;
+do
+{
+if(expression_yydebug)
+yy_stack_print((yyss), (yyssp));
+}while((0));
+yystate = *yyssp;
+goto yyerrlab1;
+yyerrlab1:
+yyerrstatus = 3;
+for(; ; )
+{
+yyn = yypact[yystate];
+if(yyn != -629)
+{
+yyn += 1;
+if(0 <= yyn && yyn <= 7763 && yycheck[yyn] == 1)
+{
+yyn = yytable[yyn];
+if(0 < yyn)
 break;
-case 312:
+}
+}
+if(yyssp == yyss)
+goto yyabortlab;
+yyerror_range[0] = *yylsp;
+yydestruct("Error: popping", yystos[yystate], yyvsp, yylsp);
+(yyvsp -= (1), yyssp -= (1), yylsp -= (1));
+yystate = *yyssp;
+do
 {
-yyval.declarator = MkDeclaratorBrackets(yyvsp[(2) - (3)].declarator);
-;
+if(expression_yydebug)
+yy_stack_print((yyss), (yyssp));
+}while((0));
 }
-break;
-case 313:
-{
-yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].exp);
+*++yyvsp = expression_yylval;
+yyerror_range[1] = expression_yylloc;
+(yyloc.start = ((yyerror_range - 1))[1].start);
+(yyloc.end = ((yyerror_range - 1))[2].end);
 ;
-}
-break;
-case 314:
+*++yylsp = yyloc;
+do
 {
-yyval.declarator = MkDeclaratorArray(yyvsp[(1) - (3)].declarator, (((void *)0)));
-;
-}
-break;
-case 315:
+if(expression_yydebug)
 {
-yyval.declarator = MkDeclaratorEnumArray(yyvsp[(1) - (4)].declarator, yyvsp[(3) - (4)].specifier);
-;
+fprintf((bsl_stderr()), "%s ", "Shifting");
+yy_symbol_print((bsl_stderr()), yystos[yyn], yyvsp, yylsp);
+fprintf((bsl_stderr()), "\n");
 }
-break;
-case 317:
+}while((0));
+yystate = yyn;
+goto yynewstate;
+yyacceptlab:
+yyresult = 0;
+goto yyreturn;
+yyabortlab:
+yyresult = 1;
+goto yyreturn;
+yyexhaustedlab:
+yyerror("memory exhausted");
+yyresult = 2;
+yyreturn:
+if(expression_yychar != (-2))
+yydestruct("Cleanup: discarding lookahead", yytoken, &expression_yylval, &expression_yylloc);
+(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
+do
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (2)].pointer, yyvsp[(2) - (2)].declarator);
-;
-}
-break;
-case 318:
+if(expression_yydebug)
+yy_stack_print((yyss), (yyssp));
+}while((0));
+while(yyssp != yyss)
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
-;
+yydestruct("Cleanup: popping", yystos[*yyssp], yyvsp, yylsp);
+(yyvsp -= (1), yyssp -= (1), yylsp -= (1));
 }
-break;
-case 319:
-{
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (3)].extDecl, MkDeclaratorPointer(yyvsp[(2) - (3)].pointer, yyvsp[(3) - (3)].declarator));
-;
+if(yyss != yyssa)
+free(yyss);
+return (yyresult);
 }
-break;
-case 320:
+
+struct __ecereNameSpace__ecere__com__NameSpace;
+
+struct __ecereNameSpace__ecere__com__NameSpace
 {
-yyval.declarator = MkDeclaratorPointer(yyvsp[(1) - (3)].pointer, MkDeclaratorExtended(yyvsp[(2) - (3)].extDecl, yyvsp[(3) - (3)].declarator));
-;
-}
-break;
-case 323:
+const char *  name;
+struct __ecereNameSpace__ecere__com__NameSpace *  btParent;
+struct __ecereNameSpace__ecere__com__NameSpace *  left;
+struct __ecereNameSpace__ecere__com__NameSpace *  right;
+int depth;
+struct __ecereNameSpace__ecere__com__NameSpace *  parent;
+struct __ecereNameSpace__ecere__sys__BinaryTree nameSpaces;
+struct __ecereNameSpace__ecere__sys__BinaryTree classes;
+struct __ecereNameSpace__ecere__sys__BinaryTree defines;
+struct __ecereNameSpace__ecere__sys__BinaryTree functions;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Application
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
-;
-}
-break;
-case 324:
+int argc;
+const char * *  argv;
+int exitCode;
+unsigned int isGUIApp;
+struct __ecereNameSpace__ecere__sys__OldList allModules;
+char *  parsedCommand;
+struct __ecereNameSpace__ecere__com__NameSpace systemNameSpace;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__DataMember;
+
+struct __ecereNameSpace__ecere__com__ClassTemplateArgument
 {
-yyval.declarator = MkDeclaratorExtended(yyvsp[(1) - (2)].extDecl, yyvsp[(2) - (2)].declarator);
-;
-}
-break;
-case 326:
+union
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, yyvsp[(2) - (3)].list);
-;
-}
-break;
-case 327:
+struct
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (3)].declarator, yyvsp[(2) - (3)].list);
-;
-}
-break;
-case 328:
+const char *  dataTypeString;
+struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
+} ecere_gcc_struct __anon1;
+struct __ecereNameSpace__ecere__com__DataValue expression;
+struct
 {
-yyval.declarator = MkDeclaratorFunction(yyvsp[(1) - (2)].declarator, (((void *)0)));
-;
-}
-break;
-case 329:
+const char *  memberString;
+union
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].specifier);
-;
-}
-break;
-case 330:
+struct __ecereNameSpace__ecere__com__DataMember * member;
+struct __ecereNameSpace__ecere__com__Property * prop;
+struct __ecereNameSpace__ecere__com__Method * method;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct __anon2;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__DataMember
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].specifier);
-;
-}
-break;
-case 331:
+struct __ecereNameSpace__ecere__com__DataMember * prev;
+struct __ecereNameSpace__ecere__com__DataMember * next;
+const char *  name;
+unsigned int isProperty;
+int memberAccess;
+int id;
+struct __ecereNameSpace__ecere__com__Class * _class;
+const char *  dataTypeString;
+struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
+struct Type * dataType;
+int type;
+int offset;
+int memberID;
+struct __ecereNameSpace__ecere__sys__OldList members;
+struct __ecereNameSpace__ecere__sys__BinaryTree membersAlpha;
+int memberOffset;
+short structAlignment;
+short pointerAlignment;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Module;
+
+struct __ecereNameSpace__ecere__com__Module
 {
-yyval.pointer = MkPointer((((void *)0)), (((void *)0)));
-;
-}
-break;
-case 332:
+struct __ecereNameSpace__ecere__com__Instance * application;
+struct __ecereNameSpace__ecere__sys__OldList classes;
+struct __ecereNameSpace__ecere__sys__OldList defines;
+struct __ecereNameSpace__ecere__sys__OldList functions;
+struct __ecereNameSpace__ecere__sys__OldList modules;
+struct __ecereNameSpace__ecere__com__Instance * prev;
+struct __ecereNameSpace__ecere__com__Instance * next;
+const char *  name;
+void *  library;
+void *  Unload;
+int importType;
+int origImportType;
+struct __ecereNameSpace__ecere__com__NameSpace privateNameSpace;
+struct __ecereNameSpace__ecere__com__NameSpace publicNameSpace;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Class
 {
-yyval.pointer = MkPointer(yyvsp[(2) - (2)].list, (((void *)0)));
-;
-}
-break;
-case 333:
+struct __ecereNameSpace__ecere__com__Class * prev;
+struct __ecereNameSpace__ecere__com__Class * next;
+const char *  name;
+int offset;
+int structSize;
+void * *  _vTbl;
+int vTblSize;
+unsigned int (*  Constructor)(void * );
+void (*  Destructor)(void * );
+int offsetClass;
+int sizeClass;
+struct __ecereNameSpace__ecere__com__Class * base;
+struct __ecereNameSpace__ecere__sys__BinaryTree methods;
+struct __ecereNameSpace__ecere__sys__BinaryTree members;
+struct __ecereNameSpace__ecere__sys__BinaryTree prop;
+struct __ecereNameSpace__ecere__sys__OldList membersAndProperties;
+struct __ecereNameSpace__ecere__sys__BinaryTree classProperties;
+struct __ecereNameSpace__ecere__sys__OldList derivatives;
+int memberID;
+int startMemberID;
+int type;
+struct __ecereNameSpace__ecere__com__Instance * module;
+struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace;
+const char *  dataTypeString;
+struct Type * dataType;
+int typeSize;
+int defaultAlignment;
+void (*  Initialize)();
+int memberOffset;
+struct __ecereNameSpace__ecere__sys__OldList selfWatchers;
+const char *  designerClass;
+unsigned int noExpansion;
+const char *  defaultProperty;
+unsigned int comRedefinition;
+int count;
+int isRemote;
+unsigned int internalDecl;
+void *  data;
+unsigned int computeSize;
+short structAlignment;
+short pointerAlignment;
+int destructionWatchOffset;
+unsigned int fixed;
+struct __ecereNameSpace__ecere__sys__OldList delayedCPValues;
+int inheritanceAccess;
+const char *  fullName;
+void *  symbol;
+struct __ecereNameSpace__ecere__sys__OldList conversions;
+struct __ecereNameSpace__ecere__sys__OldList templateParams;
+struct __ecereNameSpace__ecere__com__ClassTemplateArgument *  templateArgs;
+struct __ecereNameSpace__ecere__com__Class * templateClass;
+struct __ecereNameSpace__ecere__sys__OldList templatized;
+int numParams;
+unsigned int isInstanceClass;
+unsigned int byValueSystemClass;
+} ecere_gcc_struct;
+
+void __ecereRegisterModule_expression(struct __ecereNameSpace__ecere__com__Instance * module)
 {
-yyval.pointer = MkPointer((((void *)0)), yyvsp[(2) - (2)].pointer);
-;
+struct __ecereNameSpace__ecere__com__Class __attribute__((unused)) * class;
+
 }
-break;
-case 334:
+
+void __ecereUnregisterModule_expression(struct __ecereNameSpace__ecere__com__Instance * module)
 {
-yyval.pointer = MkPointer(yyvsp[(2) - (3)].list, yyvsp[(3) - (3)].pointer);
-;
+
 }
-break;
-case 336:
+
+extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Context;
+
+static void yydestruct(const char * yymsg, int yytype, YYSTYPE * yyvaluep, struct Location * yylocationp)
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, MkTypeName((((void *)0)), (((void *)0))));
-;
-}
-break;
-case 337:
+((void)(yyvaluep));
+((void)(yylocationp));
+if(!yymsg)
+yymsg = "Deleting";
+do
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].typeName);
-;
+if(expression_yydebug)
+{
+fprintf((bsl_stderr()), "%s ", yymsg);
+yy_symbol_print((bsl_stderr()), yytype, yyvaluep, yylocationp);
+fprintf((bsl_stderr()), "\n");
 }
-break;
-case 338:
+}while((0));
+switch(yytype)
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].typeName);
-;
+case 147:
+{
+FreeIdentifier((*yyvaluep).id);
 }
+;
 break;
-case 339:
+case 148:
 {
-yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 340:
+case 151:
 {
-yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 341:
+case 152:
 {
-yyval.typeName = MkTypeName(yyvsp[(1) - (1)].list, (((void *)0)));
-;
+FreeList((*yyvaluep).list, (void *)(FreeExpression));
 }
+;
 break;
-case 342:
+case 154:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, MkTypeName((((void *)0)), MkDeclaratorIdentifier(yyvsp[(1) - (1)].id)));
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 343:
+case 156:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, MkTypeName((((void *)0)), MkDeclaratorIdentifier(yyvsp[(3) - (3)].id)));
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 344:
+case 157:
 {
-yyval.typeName = MkTypeName(yyvsp[(1) - (1)].list, (((void *)0)));
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 345:
+case 158:
 {
-yyval.typeName = MkTypeName(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declarator);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 346:
+case 159:
 {
-yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
-yyval.initializer->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 347:
+case 160:
 {
-yyval.initializer = MkInitializerList(yyvsp[(2) - (3)].list);
-yyval.initializer->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 348:
-{
-yyval.initializer = MkInitializerList(yyvsp[(2) - (4)].list);
-yyval.initializer->loc = (yyloc);
+case 161:
 {
-struct Expression * exp = MkExpDummy();
-struct Initializer * init = MkInitializerAssignment(exp);
-
-init->loc = (yylsp[(3) - (4)]);
-exp->loc = (yylsp[(3) - (4)]);
-ListAdd(yyvsp[(2) - (4)].list, init);
+FreeExpression((*yyvaluep).exp);
 }
 ;
-}
 break;
-case 349:
+case 162:
 {
-yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
-yyval.initializer->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 350:
+case 163:
 {
-yyval.initializer = MkInitializerAssignment(yyvsp[(1) - (1)].exp);
-yyval.initializer->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 351:
+case 164:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].initializer);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 352:
+case 165:
 {
-yyval.list = yyvsp[(1) - (3)].list;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].initializer);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 359:
+case 166:
 {
-yyval.stmt = MkLabeledStmt(yyvsp[(1) - (3)].id, yyvsp[(3) - (3)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 360:
+case 167:
 {
-yyval.stmt = MkCaseStmt(yyvsp[(2) - (4)].exp, yyvsp[(4) - (4)].stmt);
-yyval.stmt->loc = (yyloc);
-yyvsp[(2) - (4)].exp->loc.start = (yylsp[(1) - (4)]).end;
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 361:
+case 168:
 {
-yyval.stmt = MkCaseStmt((((void *)0)), yyvsp[(3) - (3)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 362:
+case 170:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].declaration);
-;
+FreeList((*yyvaluep).list, (void *)(FreeExpression));
 }
+;
 break;
-case 363:
+case 171:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].declaration);
-;
+FreeExpression((*yyvaluep).exp);
 }
+;
 break;
-case 364:
+case 172:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].stmt);
-;
+FreeDeclaration((*yyvaluep).declaration);
 }
+;
 break;
-case 365:
+case 173:
 {
-yyval.list = yyvsp[(1) - (2)].list;
-ListAdd(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].stmt);
-;
+FreeList((*yyvaluep).list, (void *)(FreeSpecifier));
 }
+;
 break;
-case 366:
+case 174:
 {
-struct Statement * stmt = MkBadDeclStmt(yyvsp[(2) - (2)].declaration);
-
-stmt->loc = (yylsp[(2) - (2)]);
-ListAdd(yyvsp[(1) - (2)].list, stmt);
-yyval.list = yyvsp[(1) - (2)].list;
-;
+FreeList((*yyvaluep).list, (void *)(FreeSpecifier));
 }
+;
 break;
-case 367:
+case 177:
 {
-yyval.stmt = MkCompoundStmt((((void *)0)), yyvsp[(1) - (1)].list);
-;
+FreeList((*yyvaluep).list, (void *)(FreeInitDeclarator));
 }
+;
 break;
-case 368:
+case 178:
 {
-yyval.stmt = MkCompoundStmt(yyvsp[(1) - (1)].list, (((void *)0)));
-;
+FreeInitDeclarator((*yyvaluep).initDeclarator);
 }
+;
 break;
-case 369:
+case 179:
 {
-yyval.stmt = MkCompoundStmt(yyvsp[(1) - (2)].list, yyvsp[(2) - (2)].list);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 370:
+case 180:
 {
-yyval.context = PushContext();
-;
+FreeExtDecl((*yyvaluep).extDecl);
 }
+;
 break;
-case 371:
+case 182:
 {
-yyval.stmt = MkCompoundStmt((((void *)0)), (((void *)0)));
-yyval.stmt->compound.context = PushContext();
-PopContext(yyval.stmt->compound.context);
-yyval.stmt->loc = (yyloc);
-;
+(__ecereNameSpace__ecere__com__eSystem_Delete((*yyvaluep).string), (*yyvaluep).string = 0);
 }
+;
 break;
-case 372:
+case 183:
 {
-yyval.stmt = yyvsp[(2) - (3)].stmt;
-yyval.stmt->compound.context = yyvsp[(1) - (3)].context;
-PopContext(yyvsp[(1) - (3)].context);
-yyval.stmt->loc = (yyloc);
-;
+FreeAttribute((*yyvaluep).attribute);
 }
+;
 break;
-case 373:
+case 184:
 {
-yyval.stmt = MkExpressionStmt((((void *)0)));
-yyval.stmt->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeAttribute));
 }
+;
 break;
-case 374:
+case 185:
 {
-yyval.stmt = MkExpressionStmt(yyvsp[(1) - (2)].list);
-yyval.stmt->loc = (yyloc);
-;
+FreeAttrib((*yyvaluep).attrib);
 }
+;
 break;
-case 375:
+case 186:
 {
-yyval.stmt = MkIfStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt, (((void *)0)));
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 376:
+case 187:
 {
-yyval.stmt = MkIfStmt(yyvsp[(3) - (7)].list, yyvsp[(5) - (7)].stmt, yyvsp[(7) - (7)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 377:
+case 188:
 {
-yyval.stmt = MkSwitchStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 378:
+case 189:
 {
-yyval.stmt = MkWhileStmt(yyvsp[(3) - (5)].list, yyvsp[(5) - (5)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 379:
+case 190:
 {
-yyval.stmt = MkDoWhileStmt(yyvsp[(2) - (7)].stmt, yyvsp[(5) - (7)].list);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 380:
+case 191:
 {
-yyval.stmt = MkForStmt(yyvsp[(3) - (6)].stmt, yyvsp[(4) - (6)].stmt, (((void *)0)), yyvsp[(6) - (6)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 381:
+case 192:
 {
-yyval.stmt = MkForStmt(yyvsp[(3) - (7)].stmt, yyvsp[(4) - (7)].stmt, yyvsp[(5) - (7)].list, yyvsp[(7) - (7)].stmt);
-yyval.stmt->loc = (yyloc);
+FreeSpecifier((*yyvaluep).specifier);
+}
 ;
+break;
+case 194:
+{
+FreeList((*yyvaluep).list, (void *)(FreeClassDef));
 }
+;
 break;
-case 382:
+case 195:
 {
-yyval.stmt = MkWhileStmt((((void *)0)), yyvsp[(4) - (4)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeMemberInit((*yyvaluep).memberInit);
 }
+;
 break;
-case 383:
+case 196:
 {
-yyval.stmt = MkForStmt(yyvsp[(3) - (5)].stmt, (((void *)0)), (((void *)0)), yyvsp[(5) - (5)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeMemberInit));
 }
+;
 break;
-case 384:
+case 197:
 {
-yyval.stmt = MkForStmt((((void *)0)), (((void *)0)), (((void *)0)), yyvsp[(4) - (4)].stmt);
-yyval.stmt->loc = (yyloc);
-;
+FreeProperty((*yyvaluep).prop);
 }
+;
 break;
-case 385:
+case 198:
 {
-yyval.stmt = MkGotoStmt(yyvsp[(2) - (3)].id);
-yyval.stmt->loc = (yyloc);
-;
+FreeClassDef((*yyvaluep).classDef);
 }
+;
 break;
-case 386:
+case 199:
 {
-yyval.stmt = MkContinueStmt();
-yyval.stmt->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeDeclarator));
 }
+;
 break;
-case 387:
+case 200:
 {
-yyval.stmt = MkBreakStmt();
-yyval.stmt->loc = (yyloc);
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 388:
+case 201:
 {
-struct Expression * exp = MkExpDummy();
-
-yyval.stmt = MkReturnStmt(MkListOne(exp));
-yyval.stmt->loc = (yyloc);
-exp->loc = (yylsp[(2) - (2)]);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 389:
+case 202:
 {
-yyval.stmt = MkReturnStmt(yyvsp[(2) - (3)].list);
-yyval.stmt->loc = (yyloc);
-;
+FreeSpecifier((*yyvaluep).specifier);
 }
+;
 break;
-case 390:
+case 203:
 {
-yyval.string = __ecereNameSpace__ecere__sys__CopyString(yytext);
-;
+FreeList((*yyvaluep).list, (void *)(FreeEnumerator));
 }
+;
 break;
-case 391:
+case 204:
 {
-yyval.instance = MkInstantiationNamed(yyvsp[(1) - (5)].list, MkExpIdentifier(yyvsp[(2) - (5)].id), yyvsp[(4) - (5)].list);
-yyval.instance->loc = (yyloc);
-yyval.instance->nameLoc = (yylsp[(2) - (5)]);
-yyval.instance->insideLoc.start = (yylsp[(3) - (5)]).end;
-yyval.instance->insideLoc.end = (yylsp[(5) - (5)]).start;
-;
+FreeEnumerator((*yyvaluep).enumerator);
 }
+;
 break;
-case 392:
+case 205:
 {
-yyval.instance = MkInstantiationNamed(yyvsp[(1) - (4)].list, MkExpIdentifier(yyvsp[(2) - (4)].id), MkList());
-yyval.instance->loc = (yyloc);
-yyval.instance->nameLoc = (yylsp[(2) - (4)]);
-yyval.instance->insideLoc.start = (yylsp[(3) - (4)]).end;
-yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 393:
+case 206:
 {
-yyval.instance = MkInstantiation(yyvsp[(1) - (4)].specifier, (((void *)0)), yyvsp[(3) - (4)].list);
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(2) - (4)]).end;
-yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 394:
+case 207:
 {
-yyval.instance = MkInstantiation(yyvsp[(1) - (3)].specifier, (((void *)0)), MkList());
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(2) - (3)]).end;
-yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 395:
+case 208:
 {
-struct Location tmpLoc = expression_yylloc;
-
-expression_yylloc = (yylsp[(1) - (4)]);
-expression_yylloc = tmpLoc;
-yyval.instance = MkInstantiation(MkSpecifierName(yyvsp[(1) - (4)].id->string), (((void *)0)), yyvsp[(3) - (4)].list);
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(2) - (4)]).end;
-yyval.instance->insideLoc.end = (yylsp[(4) - (4)]).start;
-FreeIdentifier(yyvsp[(1) - (4)].id);
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 396:
+case 209:
 {
-struct Location tmpLoc = expression_yylloc;
-
-expression_yylloc = (yylsp[(1) - (3)]);
-expression_yylloc = tmpLoc;
-yyval.instance = MkInstantiation(MkSpecifierName(yyvsp[(1) - (3)].id->string), (((void *)0)), MkList());
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(2) - (3)]).end;
-yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
-FreeIdentifier(yyvsp[(1) - (3)].id);
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 397:
+case 210:
 {
-yyval.instance = MkInstantiation((((void *)0)), (((void *)0)), yyvsp[(2) - (3)].list);
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(1) - (3)]).end;
-yyval.instance->insideLoc.end = (yylsp[(3) - (3)]).start;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 398:
+case 211:
 {
-yyval.instance = MkInstantiation((((void *)0)), (((void *)0)), MkList());
-yyval.instance->loc = (yyloc);
-yyval.instance->insideLoc.start = (yylsp[(1) - (2)]).end;
-yyval.instance->insideLoc.end = (yylsp[(2) - (2)]).start;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 399:
+case 212:
 {
-yyval.classFunction = MkClassFunction(yyvsp[(1) - (2)].list, (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 400:
+case 213:
 {
-yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), yyvsp[(1) - (1)].declarator, (((void *)0)));
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 401:
+case 214:
 {
-yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
-yyval.classFunction->isConstructor = 0x1;
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-FreeList(yyvsp[(1) - (3)].list, FreeSpecifier);
-;
+FreeDeclarator((*yyvaluep).declarator);
 }
+;
 break;
-case 402:
+case 215:
 {
-yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), (((void *)0)), (((void *)0)));
-yyval.classFunction->isDestructor = 0x1;
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-FreeList(yyvsp[(2) - (4)].list, FreeSpecifier);
-;
+FreeList((*yyvaluep).list, (void *)(FreeSpecifier));
 }
+;
 break;
-case 403:
+case 216:
 {
-yyval.classFunction = MkClassFunction(yyvsp[(2) - (3)].list, (((void *)0)), yyvsp[(3) - (3)].declarator, (((void *)0)));
-yyval.classFunction->isVirtual = 0x1;
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-;
+FreePointer((*yyvaluep).pointer);
 }
+;
 break;
-case 404:
+case 217:
 {
-yyval.classFunction = MkClassFunction((((void *)0)), (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
-yyval.classFunction->isVirtual = 0x1;
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-;
+FreeList((*yyvaluep).list, (void *)(FreeTypeName));
 }
+;
 break;
-case 405:
+case 218:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
-yyval.classFunction->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeTypeName));
 }
+;
 break;
-case 406:
+case 219:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
-yyval.classFunction->loc = (yyloc);
-;
+FreeTypeName((*yyvaluep).typeName);
 }
+;
 break;
-case 407:
+case 220:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, (((void *)0)));
-yyval.classFunction->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeTypeName));
 }
+;
 break;
-case 408:
+case 221:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
-yyval.classFunction->loc = (yyloc);
-;
+FreeTypeName((*yyvaluep).typeName);
 }
+;
 break;
-case 409:
+case 222:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
-yyval.classFunction->loc = (yyloc);
-;
+FreeInitializer((*yyvaluep).initializer);
 }
+;
 break;
-case 410:
+case 223:
 {
-yyval.classFunction = MkClassFunction(yyvsp[(1) - (2)].list, (((void *)0)), yyvsp[(2) - (2)].declarator, (((void *)0)));
-yyval.classFunction->loc = (yyloc);
-yyval.classFunction->id = ++globalContext->nextID;
-;
+FreeInitializer((*yyvaluep).initializer);
 }
+;
 break;
-case 411:
+case 224:
 {
-ProcessClassFunctionBody(yyvsp[(1) - (2)].classFunction, yyvsp[(2) - (2)].stmt);
-yyval.classFunction->loc = (yyloc);
-;
+FreeList((*yyvaluep).list, (void *)(FreeInitializer));
 }
+;
 break;
-case 412:
+case 225:
 {
-yyval.memberInit = MkMemberInitExp(yyvsp[(1) - (3)].exp, yyvsp[(3) - (3)].initializer);
-yyval.memberInit->loc = (yyloc);
-yyval.memberInit->realLoc = (yyloc);
-yyval.memberInit->initializer->loc.start = (yylsp[(2) - (3)]).end;
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 413:
+case 226:
 {
-yyval.memberInit = MkMemberInit((((void *)0)), yyvsp[(1) - (1)].initializer);
-yyval.memberInit->loc = (yyloc);
-yyval.memberInit->realLoc = (yyloc);
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 414:
+case 227:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, yyvsp[(1) - (1)].memberInit);
-;
+FreeList((*yyvaluep).list, (void *)(FreeDeclaration));
 }
+;
 break;
-case 415:
+case 228:
 {
-((struct MemberInit *)(*yyvsp[(1) - (3)].list).last)->loc.end = (yylsp[(3) - (3)]).start;
-ListAdd(yyvsp[(1) - (3)].list, yyvsp[(3) - (3)].memberInit);
-yyval.list = yyvsp[(1) - (3)].list;
-;
+FreeList((*yyvaluep).list, (void *)(FreeStatement));
 }
+;
 break;
-case 416:
+case 229:
 {
-if((*yyvsp[(1) - (2)].list).last)
-((struct MemberInit *)(*yyvsp[(1) - (2)].list).last)->loc.end = (yylsp[(2) - (2)]).end;
-yyval.list = yyvsp[(1) - (2)].list;
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 417:
+case 230:
 {
-struct MembersInit * members = MkMembersInitList(yyvsp[(1) - (1)].list);
+PopContext((*yyvaluep).context);
+FreeContext((*yyvaluep).context);
+(((*yyvaluep).context ? __extension__ ({
+void * __ecerePtrToDelete = ((*yyvaluep).context);
 
-yyval.list = MkList();
-ListAdd(yyval.list, members);
-members->loc = (yylsp[(1) - (1)]);
-;
+__ecereClass_Context->Destructor ? __ecereClass_Context->Destructor((void *)__ecerePtrToDelete) : 0, __ecereNameSpace__ecere__com__eSystem_Delete(__ecerePtrToDelete);
+}) : 0), (*yyvaluep).context = 0);
 }
+;
 break;
-case 418:
+case 231:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, MkMembersInitMethod(yyvsp[(1) - (1)].classFunction));
-((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(1) - (1)]);
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 419:
+case 232:
 {
-struct MembersInit * members = MkMembersInitList(yyvsp[(2) - (2)].list);
-
-ListAdd(yyval.list, members);
-members->loc = (yylsp[(2) - (2)]);
-yyval.list = yyvsp[(1) - (2)].list;
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 420:
+case 233:
 {
-ListAdd(yyval.list, MkMembersInitMethod(yyvsp[(2) - (2)].classFunction));
-((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(2) - (2)]);
-yyval.list = yyvsp[(1) - (2)].list;
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 421:
+case 234:
 {
-struct MembersInit * members = MkMembersInitList(MkList());
-
-yyval.list = MkList();
-ListAdd(yyval.list, members);
-members->loc = (yylsp[(1) - (1)]);
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 422:
+case 235:
 {
-struct MembersInit * members = MkMembersInitList(MkList());
-
-ListAdd(yyval.list, members);
-members->loc = (yylsp[(2) - (2)]);
-yyval.list = yyvsp[(1) - (2)].list;
-;
+FreeStatement((*yyvaluep).stmt);
 }
+;
 break;
-case 424:
+case 236:
 {
-yyval.list = MkList();
-ListAdd(yyval.list, MkMembersInitList(yyvsp[(1) - (1)].list));
-((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(1) - (1)]);
-;
+(__ecereNameSpace__ecere__com__eSystem_Delete((*yyvaluep).string), (*yyvaluep).string = 0);
 }
+;
 break;
-case 425:
+case 237:
 {
-ListAdd(yyvsp[(1) - (2)].list, MkMembersInitList(yyvsp[(2) - (2)].list));
-((struct MembersInit *)(*yyval.list).last)->loc = (yylsp[(2) - (2)]);
-;
+FreeInstance((*yyvaluep).instance);
 }
+;
 break;
-case 426:
+case 238:
 {
-parsedExpression = yyvsp[(1) - (1)].exp;
-;
+FreeInstance((*yyvaluep).instance);
 }
+;
 break;
-default:
-break;
-}
-do
-{
-if(expression_yydebug)
+case 240:
 {
-fprintf((bsl_stderr()), "%s ", "-> $$ =");
-yy_symbol_print((bsl_stderr()), yyr1[yyn], &yyval, &yyloc);
-fprintf((bsl_stderr()), "\n");
+FreeClassFunction((*yyvaluep).classFunction);
 }
-}while((0));
-(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
-yylen = 0;
-do
-{
-if(expression_yydebug)
-yy_stack_print((yyss), (yyssp));
-}while((0));
-*++yyvsp = yyval;
-*++yylsp = yyloc;
-yyn = yyr1[yyn];
-yystate = yypgoto[yyn - 143] + *yyssp;
-if(0 <= yystate && yystate <= 7395 && yycheck[yystate] == *yyssp)
-yystate = yytable[yystate];
-else
-yystate = yydefgoto[yyn - 143];
-goto yynewstate;
-yyerrlab:
-if(!yyerrstatus)
+;
+break;
+case 241:
 {
-++expression_yynerrs;
-yyerror("syntax error");
+FreeClassFunction((*yyvaluep).classFunction);
 }
-yyerror_range[0] = expression_yylloc;
-if(yyerrstatus == 3)
-{
-if(expression_yychar <= 0)
+;
+break;
+case 242:
 {
-if(expression_yychar == 0)
-goto yyabortlab;
+FreeClassFunction((*yyvaluep).classFunction);
 }
-else
+;
+break;
+case 243:
 {
-yydestruct("Error: discarding", yytoken, &expression_yylval, &expression_yylloc);
-expression_yychar = (-2);
-}
+FreeClassFunction((*yyvaluep).classFunction);
 }
-goto yyerrlab1;
-yyerrorlab:
-if(0)
-goto yyerrorlab;
-yyerror_range[0] = yylsp[1 - yylen];
-(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
-yylen = 0;
-do
-{
-if(expression_yydebug)
-yy_stack_print((yyss), (yyssp));
-}while((0));
-yystate = *yyssp;
-goto yyerrlab1;
-yyerrlab1:
-yyerrstatus = 3;
-for(; ; )
-{
-yyn = yypact[yystate];
-if(yyn != -559)
-{
-yyn += 1;
-if(0 <= yyn && yyn <= 7395 && yycheck[yyn] == (short)1)
-{
-yyn = yytable[yyn];
-if(0 < yyn)
+;
 break;
-}
-}
-if(yyssp == yyss)
-goto yyabortlab;
-yyerror_range[0] = *yylsp;
-yydestruct("Error: popping", yystos[yystate], yyvsp, yylsp);
-(yyvsp -= (1), yyssp -= (1), yylsp -= (1));
-yystate = *yyssp;
-do
+case 244:
 {
-if(expression_yydebug)
-yy_stack_print((yyss), (yyssp));
-}while((0));
+FreeClassFunction((*yyvaluep).classFunction);
 }
-*++yyvsp = expression_yylval;
-yyerror_range[1] = expression_yylloc;
-(yyloc.start = ((yyerror_range - 1))[1].start);
-(yyloc.end = ((yyerror_range - 1))[2].end);
 ;
-*++yylsp = yyloc;
-do
+break;
+case 245:
 {
-if(expression_yydebug)
+FreeClassFunction((*yyvaluep).classFunction);
+}
+;
+break;
+case 246:
 {
-fprintf((bsl_stderr()), "%s ", "Shifting");
-yy_symbol_print((bsl_stderr()), yystos[yyn], yyvsp, yylsp);
-fprintf((bsl_stderr()), "\n");
+FreeClassFunction((*yyvaluep).classFunction);
 }
-}while((0));
-yystate = yyn;
-goto yynewstate;
-yyacceptlab:
-yyresult = 0;
-goto yyreturn;
-yyabortlab:
-yyresult = 1;
-goto yyreturn;
-yyexhaustedlab:
-yyerror("memory exhausted");
-yyresult = 2;
-yyreturn:
-if(expression_yychar != (-2))
-yydestruct("Cleanup: discarding lookahead", yytoken, &expression_yylval, &expression_yylloc);
-(yyvsp -= (yylen), yyssp -= (yylen), yylsp -= (yylen));
-do
+;
+break;
+case 247:
 {
-if(expression_yydebug)
-yy_stack_print((yyss), (yyssp));
-}while((0));
-while(yyssp != yyss)
+FreeMemberInit((*yyvaluep).memberInit);
+}
+;
+break;
+case 248:
 {
-yydestruct("Cleanup: popping", yystos[*yyssp], yyvsp, yylsp);
-(yyvsp -= (1), yyssp -= (1), yylsp -= (1));
+FreeList((*yyvaluep).list, (void *)(FreeMemberInit));
 }
-if(yyss != yyssa)
-free(yyss);
-return (yyresult);
+;
+break;
+case 249:
+{
+FreeList((*yyvaluep).list, (void *)(FreeMemberInit));
 }
-
-void __ecereRegisterModule_expression(struct __ecereNameSpace__ecere__com__Instance * module)
+;
+break;
+case 250:
 {
-struct __ecereNameSpace__ecere__com__Class * class;
-
+FreeList((*yyvaluep).list, (void *)(FreeMembersInit));
 }
-
-void __ecereUnregisterModule_expression(struct __ecereNameSpace__ecere__com__Instance * module)
+;
+break;
+case 251:
 {
-
+FreeList((*yyvaluep).list, (void *)(FreeMembersInit));
+}
+;
+break;
+default:
+break;
+}
 }