summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-05-22 23:10:16 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-23 19:05:10 +0100
commit702646f25c38c963340344fc4125d616ff143857 (patch)
tree71d78cd8eacb0115b0f3bfe9bbaa74254ba368be /perly.tab
parentebe8e111d12294e0144e3f276418ccacc4ff3fe2 (diff)
downloadperl-702646f25c38c963340344fc4125d616ff143857.tar.gz
fix MAD handling of package block syntax
There was a broken TOKEN_GETMAD attempting to handle the label preceding a package-block statement, where no label is actually possible. The correct behaviour for no label is a no-op, so just remove the TOKEN_GETMAD.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab42
1 files changed, 21 insertions, 21 deletions
diff --git a/perly.tab b/perly.tab
index 6d81e533fa..e5e975a134 100644
--- a/perly.tab
+++ b/perly.tab
@@ -170,27 +170,27 @@ static const yytype_int16 yyrhs[] =
static const yytype_uint16 yyrline[] =
{
0, 141, 141, 147, 157, 161, 165, 171, 181, 186,
- 187, 194, 204, 207, 208, 210, 212, 229, 245, 251,
- 256, 258, 260, 264, 268, 272, 276, 281, 287, 288,
- 292, 303, 311, 322, 325, 331, 332, 339, 352, 364,
- 375, 385, 395, 427, 435, 445, 451, 452, 457, 460,
- 464, 469, 473, 477, 483, 492, 496, 498, 500, 502,
- 504, 509, 513, 519, 539, 540, 544, 557, 580, 586,
- 591, 596, 606, 607, 612, 613, 617, 627, 631, 641,
- 642, 651, 669, 668, 694, 693, 712, 716, 720, 724,
- 728, 738, 747, 751, 756, 763, 772, 778, 784, 792,
- 796, 803, 802, 813, 814, 818, 827, 832, 840, 847,
- 854, 864, 873, 880, 889, 896, 902, 909, 919, 923,
- 927, 933, 937, 941, 945, 949, 953, 957, 969, 973,
- 977, 981, 991, 995, 1002, 1006, 1010, 1015, 1020, 1025,
- 1034, 1039, 1044, 1050, 1056, 1067, 1071, 1075, 1087, 1100,
- 1108, 1120, 1121, 1122, 1123, 1124, 1129, 1133, 1135, 1139,
- 1144, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1170, 1181,
- 1183, 1185, 1190, 1203, 1208, 1213, 1217, 1221, 1225, 1229,
- 1233, 1237, 1241, 1243, 1246, 1250, 1256, 1259, 1268, 1274,
- 1279, 1280, 1281, 1287, 1291, 1299, 1306, 1311, 1316, 1318,
- 1320, 1325, 1327, 1332, 1333, 1335, 1350, 1354, 1360, 1366,
- 1372, 1378, 1384, 1391, 1393, 1395, 1398
+ 187, 194, 204, 207, 208, 210, 212, 229, 245, 250,
+ 255, 257, 259, 263, 267, 271, 275, 280, 286, 287,
+ 291, 302, 310, 321, 324, 330, 331, 338, 351, 363,
+ 374, 384, 394, 426, 434, 444, 450, 451, 456, 459,
+ 463, 468, 472, 476, 482, 491, 495, 497, 499, 501,
+ 503, 508, 512, 518, 538, 539, 543, 556, 579, 585,
+ 590, 595, 605, 606, 611, 612, 616, 626, 630, 640,
+ 641, 650, 668, 667, 693, 692, 711, 715, 719, 723,
+ 727, 737, 746, 750, 755, 762, 771, 777, 783, 791,
+ 795, 802, 801, 812, 813, 817, 826, 831, 839, 846,
+ 853, 863, 872, 879, 888, 895, 901, 908, 918, 922,
+ 926, 932, 936, 940, 944, 948, 952, 956, 968, 972,
+ 976, 980, 990, 994, 1001, 1005, 1009, 1014, 1019, 1024,
+ 1033, 1038, 1043, 1049, 1055, 1066, 1070, 1074, 1086, 1099,
+ 1107, 1119, 1120, 1121, 1122, 1123, 1128, 1132, 1134, 1138,
+ 1143, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1169, 1180,
+ 1182, 1184, 1189, 1202, 1207, 1212, 1216, 1220, 1224, 1228,
+ 1232, 1236, 1240, 1242, 1245, 1249, 1255, 1258, 1267, 1273,
+ 1278, 1279, 1280, 1286, 1290, 1298, 1305, 1310, 1315, 1317,
+ 1319, 1324, 1326, 1331, 1332, 1334, 1349, 1353, 1359, 1365,
+ 1371, 1377, 1383, 1390, 1392, 1394, 1397
};
#endif