This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Save computed value in variable for later use
authorKarl Williamson <public@khwilliamson.com>
Fri, 23 Dec 2011 15:42:17 +0000 (08:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:17 +0000 (11:58 -0700)
commitd82f99444a5b81603cb066efa358862a46ce3275
treef2b5b6d5d345245dfbfa4e8bee09b7991538909f
parentc46d03cf70a58e85dfbfd7f78d6fdbb5244808c5
regcomp.c: Save computed value in variable for later use

This will be used in future commits.  Retrieving it via OP() doesn't
work in pass1 of the regex compiler.
regcomp.c