This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It seems crazy for Perl_yylex() to individually shift each element off
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 20:42:30 +0000 (20:42 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 20:42:30 +0000 (20:42 +0000)
commitc62eb2047c09034e319c2e6d5aaba369cad92b76
tree816a4bc238bb8aec2097a77a84f860e900701ebf
parent024963f8e0e4bfbd631d6878a69f86cabc760a32
It seems crazy for Perl_yylex() to individually shift each element off
PL_preambleav, and then free each in turn, rather than simply process
the array in place, and allow the sv_free(PL_preambleav) to dispose of
everything.

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