summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-14 18:45:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-14 18:45:41 -0700
commitc55d2e076a02daf604c28e6725a61c1495171552 (patch)
treeec292262586d8bbfa424ce9ff04b8bb0530ddbcf /perly.tab
parent09fe0e743e8130220807fdb2c6fc2817bcd6433c (diff)
downloadperl-c55d2e076a02daf604c28e6725a61c1495171552.tar.gz
perly.y: Remove use of latefree from package foo {}
It is not necessary for the op containing the sv containing the name of the package to last until the end of the block. Perl_package can free the op immediately, as the only information it needs from it it copies to the sv in PL_curstname. The version number can be treated the same way.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab40
1 files changed, 20 insertions, 20 deletions
diff --git a/perly.tab b/perly.tab
index 309d5d9b82..873521bb34 100644
--- a/perly.tab
+++ b/perly.tab
@@ -182,25 +182,25 @@ static const yytype_uint16 yyrline[] =
182, 181, 194, 193, 205, 215, 219, 222, 232, 237,
238, 247, 255, 259, 266, 275, 277, 282, 300, 321,
333, 349, 348, 365, 374, 383, 389, 391, 393, 403,
- 413, 434, 443, 452, 461, 468, 467, 493, 499, 509,
- 511, 513, 517, 521, 525, 529, 534, 540, 541, 547,
- 561, 562, 571, 577, 578, 583, 586, 590, 595, 599,
- 603, 607, 608, 612, 618, 623, 628, 638, 639, 644,
- 645, 649, 659, 663, 673, 674, 684, 688, 692, 696,
- 700, 710, 719, 723, 728, 735, 744, 750, 756, 764,
- 768, 775, 774, 785, 786, 790, 799, 804, 812, 819,
- 826, 836, 845, 852, 861, 868, 874, 881, 886, 896,
- 900, 904, 910, 914, 918, 922, 926, 930, 934, 946,
- 950, 954, 958, 968, 972, 979, 983, 987, 992, 997,
- 1002, 1011, 1016, 1021, 1027, 1033, 1044, 1048, 1052, 1064,
- 1077, 1085, 1097, 1098, 1099, 1100, 1101, 1106, 1110, 1112,
- 1116, 1121, 1123, 1128, 1130, 1132, 1134, 1136, 1138, 1140,
- 1149, 1160, 1162, 1164, 1169, 1182, 1187, 1192, 1196, 1200,
- 1204, 1208, 1212, 1216, 1220, 1222, 1225, 1229, 1235, 1237,
- 1242, 1245, 1254, 1261, 1260, 1276, 1277, 1278, 1284, 1288,
- 1296, 1303, 1308, 1313, 1315, 1317, 1322, 1324, 1329, 1330,
- 1336, 1340, 1346, 1352, 1358, 1364, 1370, 1377, 1379, 1381,
- 1384
+ 413, 434, 443, 452, 461, 468, 467, 484, 490, 500,
+ 502, 504, 508, 512, 516, 520, 525, 531, 532, 538,
+ 552, 553, 562, 568, 569, 574, 577, 581, 586, 590,
+ 594, 598, 599, 603, 609, 614, 619, 629, 630, 635,
+ 636, 640, 650, 654, 664, 665, 675, 679, 683, 687,
+ 691, 701, 710, 714, 719, 726, 735, 741, 747, 755,
+ 759, 766, 765, 776, 777, 781, 790, 795, 803, 810,
+ 817, 827, 836, 843, 852, 859, 865, 872, 877, 887,
+ 891, 895, 901, 905, 909, 913, 917, 921, 925, 937,
+ 941, 945, 949, 959, 963, 970, 974, 978, 983, 988,
+ 993, 1002, 1007, 1012, 1018, 1024, 1035, 1039, 1043, 1055,
+ 1068, 1076, 1088, 1089, 1090, 1091, 1092, 1097, 1101, 1103,
+ 1107, 1112, 1114, 1119, 1121, 1123, 1125, 1127, 1129, 1131,
+ 1140, 1151, 1153, 1155, 1160, 1173, 1178, 1183, 1187, 1191,
+ 1195, 1199, 1203, 1207, 1211, 1213, 1216, 1220, 1226, 1228,
+ 1233, 1236, 1245, 1252, 1251, 1267, 1268, 1269, 1275, 1279,
+ 1287, 1294, 1299, 1304, 1306, 1308, 1313, 1315, 1320, 1321,
+ 1327, 1331, 1337, 1343, 1349, 1355, 1361, 1368, 1370, 1372,
+ 1375
};
#endif
@@ -1089,6 +1089,6 @@ static const toketypes yy_type_tab[] =
};
/* Generated from:
- * efdb10e4176c622005697eec1ff496d913ef986c5297086baa5088bbd3aedaf2 perly.y
+ * 017d1ce591fb32d5be2885c489b8b219c35b98bec901eb4a58e82f01d7a52622 perly.y
* 38f866dcd8341ad3c0810347587113eb2c6ac7d4f33bdab75b020efce92865be regen_perly.pl
* ex: set ro: */