This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate unneeded code, and explain why the code was not needed
authorYves Orton <demerphq@gmail.com>
Thu, 26 Aug 2010 11:53:07 +0000 (13:53 +0200)
committerYves Orton <demerphq@gmail.com>
Thu, 26 Aug 2010 11:53:07 +0000 (13:53 +0200)
commitc35dcbe240980301d3462300f3b790ccfbe52c24
tree1580a2f6cfece9327c88f0dbfb86fe0b1c25bf05
parentd1c771f5a95fddf225347623798f65884aa6eee7
eliminate unneeded code, and explain why the code was not needed

The commit message for v5.13.4-47-gd1c771f contained some misleading language
which I only noticed after I pushed. This change puts the comment in the
code and hopefully clarifies things properly.

In simple words: VERBS should *never* be included in the JUMPABLE condition.
regexec.c