This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add some const's to static fcn
authorKarl Williamson <khw@cpan.org>
Sun, 14 Oct 2018 22:10:01 +0000 (16:10 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 20 Oct 2018 06:09:55 +0000 (00:09 -0600)
commita9f8f0e7ea8fdf2c9f0e78f6e01b9ef605907200
tree07cb4569bd40110b14ac6180ed9511057ab3fffe
parente3f47c2f4d2eacb0570803023a6dd9c010aac7f4
regcomp.c: Add some const's to static fcn

Since it's static, the compiler can figure out these are consts, but
knowing this helped me read the code
embed.fnc
proto.h
regcomp.c