diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-06 21:59:17 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-08 12:24:50 -0700 |
commit | 2c658e55bf9e8acf7cc0207ea3db8f7064cb3ad7 (patch) | |
tree | 7e24c397b7a2afdff20bc984cf995353fc1d9d7f /perly.tab | |
parent | a33a81d07c9c0cb0ab9ba85fab5a519c4b3b710b (diff) | |
download | perl-2c658e55bf9e8acf7cc0207ea3db8f7064cb3ad7.tar.gz |
Don’t create formats after compilation errors
Otherwise you can end up with a format that has nonsensical op tree,
but it gets attached and you can call it anyway.
Diffstat (limited to 'perly.tab')
-rw-r--r-- | perly.tab | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -180,27 +180,27 @@ static const yytype_uint16 yyrline[] = { 0, 140, 140, 139, 149, 148, 158, 157, 170, 169, 182, 181, 194, 193, 205, 215, 225, 228, 238, 243, - 244, 253, 261, 265, 272, 281, 283, 288, 306, 327, - 339, 355, 354, 371, 380, 389, 400, 402, 404, 414, - 424, 445, 454, 463, 472, 479, 478, 495, 501, 511, - 513, 515, 519, 523, 527, 531, 536, 542, 543, 549, - 563, 564, 573, 579, 580, 585, 588, 592, 597, 601, - 605, 609, 610, 614, 620, 625, 630, 640, 641, 646, - 647, 651, 661, 665, 675, 676, 686, 690, 694, 698, - 702, 712, 721, 725, 730, 737, 746, 752, 758, 766, - 770, 777, 776, 787, 788, 792, 801, 806, 814, 821, - 828, 838, 847, 854, 863, 870, 876, 883, 888, 898, - 902, 906, 912, 916, 920, 924, 928, 932, 936, 948, - 952, 956, 960, 970, 974, 981, 985, 989, 994, 999, - 1004, 1013, 1018, 1023, 1029, 1035, 1046, 1050, 1054, 1066, - 1079, 1087, 1099, 1100, 1101, 1102, 1103, 1108, 1112, 1114, - 1118, 1123, 1125, 1130, 1132, 1134, 1136, 1138, 1140, 1142, - 1151, 1162, 1164, 1166, 1171, 1184, 1189, 1194, 1198, 1202, - 1206, 1210, 1214, 1218, 1222, 1224, 1227, 1231, 1237, 1239, - 1244, 1247, 1256, 1263, 1262, 1278, 1279, 1280, 1286, 1290, - 1298, 1305, 1310, 1315, 1317, 1319, 1324, 1326, 1331, 1332, - 1338, 1342, 1348, 1354, 1360, 1366, 1372, 1379, 1381, 1383, - 1386 + 244, 253, 261, 265, 272, 281, 283, 288, 305, 326, + 338, 354, 353, 370, 379, 388, 399, 401, 403, 413, + 423, 444, 453, 462, 471, 478, 477, 494, 500, 510, + 512, 514, 518, 522, 526, 530, 535, 541, 542, 548, + 562, 563, 572, 578, 579, 584, 587, 591, 596, 600, + 604, 608, 609, 613, 619, 624, 629, 639, 640, 645, + 646, 650, 660, 664, 674, 675, 685, 689, 693, 697, + 701, 711, 720, 724, 729, 736, 745, 751, 757, 765, + 769, 776, 775, 786, 787, 791, 800, 805, 813, 820, + 827, 837, 846, 853, 862, 869, 875, 882, 887, 897, + 901, 905, 911, 915, 919, 923, 927, 931, 935, 947, + 951, 955, 959, 969, 973, 980, 984, 988, 993, 998, + 1003, 1012, 1017, 1022, 1028, 1034, 1045, 1049, 1053, 1065, + 1078, 1086, 1098, 1099, 1100, 1101, 1102, 1107, 1111, 1113, + 1117, 1122, 1124, 1129, 1131, 1133, 1135, 1137, 1139, 1141, + 1150, 1161, 1163, 1165, 1170, 1183, 1188, 1193, 1197, 1201, + 1205, 1209, 1213, 1217, 1221, 1223, 1226, 1230, 1236, 1238, + 1243, 1246, 1255, 1262, 1261, 1277, 1278, 1279, 1285, 1289, + 1297, 1304, 1309, 1314, 1316, 1318, 1323, 1325, 1330, 1331, + 1337, 1341, 1347, 1353, 1359, 1365, 1371, 1378, 1380, 1382, + 1385 }; #endif @@ -1113,6 +1113,6 @@ static const toketypes yy_type_tab[] = }; /* Generated from: - * c0743374d088d66f137508719cfbfb829d2ec6a195899c82274cc128b274022c perly.y + * 50649beb21bb272a5dafa43d5fbe244206c6a99e0e67b39b3123a22a35702873 perly.y * 38f866dcd8341ad3c0810347587113eb2c6ac7d4f33bdab75b020efce92865be regen_perly.pl * ex: set ro: */ |