This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
And as we've now got to the point where all calls to Perl_moreswitches
authorNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 22:41:55 +0000 (22:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 22:41:55 +0000 (22:41 +0000)
commit97bd566409a94bf7961734af3ac8131276ce086b
tree01580ea7b8688c46c72765484922bfbe9d56d361
parenta8e48fe22d03f17d66e4765e2eef8807740ca1fc
And as we've now got to the point where all calls to Perl_moreswitches
have -1 as the second argument, we can remove the second argument,
which gets us back to where we started, only with the elimination of
a per-thread variable.

p4raw-id: //depot/perl@27075
embed.fnc
embed.h
perl.c
proto.h
toke.c