This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gcc complains when it sees variables declared
authorSteve Peters <steve@fisharerojo.org>
Fri, 14 Oct 2005 03:46:24 +0000 (03:46 +0000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 14 Oct 2005 03:46:24 +0000 (03:46 +0000)
commit0d46e09a6299ee39ec954683a582d25f5ea086c7
tree308ac72e3d80a80d27e1d0b18bbbaca691de50f9
parent6d24ed100318c05343c5524872a98bee8e2fcca4
gcc complains when it sees variables declared

const register ...

switched them all to

register const ...

p4raw-id: //depot/perl@25757
av.c
pp.c
pp_hot.c
regexec.c
sv.c
toke.c
util.c