As freeing up PL_linestr is now done via the scope stack, there's no
authorNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 12:31:09 +0000 (12:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 12:31:09 +0000 (12:31 +0000)
commit6c5ce11d20b3449b2088bdfd556ac149927f51e9
tree302d349d30465256f792af2762cc14e64817b84a
parentdb4997f00d6b1ad267e4fec6a272e72e29719dd1
As freeing up PL_linestr is now done via the scope stack, there's no
need to make any temporary varariable a mortal, and waste effort on
the temp stack (not) clearing it up.

p4raw-id: //depot/perl@29644
toke.c