This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Finally! Worked out how to const Perl_moreswitches().
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 23:44:50 +0000 (23:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 23:44:50 +0000 (23:44 +0000)
commitc7030b8198b0e74c565e901a90ca7061aebbf5ad
tree7ad301c3f4381c8e753625e5f353302cb3932f45
parentf0d36289ce76f882218c0a53cd52f716a167e5bb
Finally! Worked out how to const Perl_moreswitches().
Although I've committed crimes against indenting to avoid losing
blame annotation history. Revisit this when we have version control
that can easily see through whitespace changes.
[Can probably now propagate consting inside S_parse_body(),
Perl_moreswitches() and Perl_yylex(), but that will not affect the
external API, so can wait until after 5.10]

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