summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-23 15:40:58 +0100
committerFather Chrysostomos <sprout@cpan.org>2010-10-25 12:29:47 -0700
commit94bf0465170f13a4a3114b27d564dc2287d466b2 (patch)
tree4156eb4d63521dfab715d1cef1a2c94181b43c81 /perly.tab
parenteae48c8938e50ebb341a72c2886c5ae8587092a5 (diff)
downloadperl-94bf0465170f13a4a3114b27d564dc2287d466b2.tar.gz
stop passing line numbers into op constructor functions
Remove the line number parameter from newWHILEOP() and newFOROP() functions. Instead, the line number for the impending COP is set by parser code after constructing the ops. (In fact the parser was doing this anyway in most cases.) This brings newWHILEOP() and newFOROP() in line with the other op constructors, in that they do not concern themselves with COPs.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab38
1 files changed, 19 insertions, 19 deletions
diff --git a/perly.tab b/perly.tab
index bd6e11898b..c8b8f8b082 100644
--- a/perly.tab
+++ b/perly.tab
@@ -172,25 +172,25 @@ static const yytype_uint16 yyrline[] =
0, 142, 142, 145, 144, 157, 156, 169, 168, 180,
186, 196, 200, 204, 210, 220, 225, 226, 235, 248,
250, 255, 273, 294, 306, 322, 321, 338, 346, 354,
- 360, 362, 364, 374, 384, 405, 416, 426, 436, 443,
- 442, 468, 474, 484, 486, 488, 492, 496, 500, 504,
- 509, 515, 516, 520, 532, 533, 541, 547, 548, 553,
- 556, 560, 565, 569, 573, 579, 588, 591, 592, 596,
- 602, 607, 612, 622, 623, 628, 629, 633, 643, 647,
- 657, 658, 668, 672, 676, 680, 684, 694, 703, 707,
- 712, 719, 728, 734, 740, 748, 752, 759, 758, 769,
- 770, 774, 783, 788, 796, 803, 810, 820, 829, 836,
- 845, 852, 858, 865, 870, 880, 884, 888, 894, 898,
- 902, 906, 910, 914, 918, 930, 934, 938, 942, 952,
- 956, 963, 967, 971, 976, 981, 986, 995, 1000, 1005,
- 1011, 1017, 1028, 1032, 1036, 1048, 1061, 1069, 1081, 1082,
- 1083, 1084, 1085, 1090, 1094, 1096, 1100, 1105, 1107, 1112,
- 1114, 1116, 1118, 1120, 1122, 1124, 1133, 1144, 1146, 1148,
- 1153, 1166, 1171, 1176, 1180, 1184, 1188, 1192, 1196, 1200,
- 1204, 1206, 1209, 1213, 1219, 1222, 1231, 1237, 1242, 1243,
- 1244, 1250, 1254, 1262, 1269, 1274, 1279, 1281, 1283, 1288,
- 1290, 1295, 1296, 1300, 1303, 1302, 1310, 1314, 1320, 1326,
- 1332, 1338, 1344, 1351, 1353, 1355, 1358
+ 360, 362, 364, 374, 384, 405, 414, 423, 432, 440,
+ 439, 465, 471, 481, 483, 485, 489, 493, 497, 501,
+ 506, 512, 513, 517, 529, 530, 538, 544, 545, 550,
+ 553, 557, 562, 566, 570, 576, 585, 588, 589, 593,
+ 599, 604, 609, 619, 620, 625, 626, 630, 640, 644,
+ 654, 655, 665, 669, 673, 677, 681, 691, 700, 704,
+ 709, 716, 725, 731, 737, 745, 749, 756, 755, 766,
+ 767, 771, 780, 785, 793, 800, 807, 817, 826, 833,
+ 842, 849, 855, 862, 867, 877, 881, 885, 891, 895,
+ 899, 903, 907, 911, 915, 927, 931, 935, 939, 949,
+ 953, 960, 964, 968, 973, 978, 983, 992, 997, 1002,
+ 1008, 1014, 1025, 1029, 1033, 1045, 1058, 1066, 1078, 1079,
+ 1080, 1081, 1082, 1087, 1091, 1093, 1097, 1102, 1104, 1109,
+ 1111, 1113, 1115, 1117, 1119, 1121, 1130, 1141, 1143, 1145,
+ 1150, 1163, 1168, 1173, 1177, 1181, 1185, 1189, 1193, 1197,
+ 1201, 1203, 1206, 1210, 1216, 1219, 1228, 1234, 1239, 1240,
+ 1241, 1247, 1251, 1259, 1266, 1271, 1276, 1278, 1280, 1285,
+ 1287, 1292, 1293, 1297, 1300, 1299, 1307, 1311, 1317, 1323,
+ 1329, 1335, 1341, 1348, 1350, 1352, 1355
};
#endif