This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Defer setting regnode operand
authorKarl Williamson <khw@cpan.org>
Sun, 14 Oct 2018 22:50:59 +0000 (16:50 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 20 Oct 2018 06:09:55 +0000 (00:09 -0600)
commitbec95d5a289feff3ffa0c7f4f0e461b758c27d5f
treeaad67886587b5e6f6c45ff8ee7758f9788dd860f
parent8a7485e7873e6208bc5cce3a0c49a79afcba6d43
regcomp.c: Defer setting regnode operand

Don't set this until we know that we are actually going to have a
regnode that requires this operand.
regcomp.c