This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix XXX comment for regcomp.c:S_reg
authorHugo van der Sanden <hv@crypt.org>
Tue, 10 Mar 2015 08:48:44 +0000 (08:48 +0000)
committerHugo van der Sanden <hv@crypt.org>
Tue, 10 Mar 2015 08:48:44 +0000 (08:48 +0000)
commite85dc376c2772268b837317689ee75b525ef19e0
treeaa2b4d4964dc5e621cbf4700e703580eeb84205c
parent73e4395489b3af4945ee03565112cf8d41d7d349
fix XXX comment for regcomp.c:S_reg

It actually does do the right thing: /(?(R0))/ and /(?(R00))/ both fall
through to give an appropriate error 'Switch condition not recognized'
regcomp.c