diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-06-16 23:25:51 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-06-16 23:25:51 +0000 |
commit | 40a824489101168f94fce98aa2824baf40bad402 (patch) | |
tree | c5d3ebdd2a3b693c44ef8712a9965a4fa38d0330 /regcomp.pl | |
parent | 0aec9d3674a357d2c5a029483ff5cdc65c715a57 (diff) | |
download | perl-40a824489101168f94fce98aa2824baf40bad402.tar.gz |
start turning regmatch() main loop into a FSM
also make BRANCH use the state stack rather than its own unwind struct
p4raw-id: //depot/perl@28398
Diffstat (limited to 'regcomp.pl')
-rw-r--r-- | regcomp.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.pl b/regcomp.pl index 144cb0cf3c..febd550552 100644 --- a/regcomp.pl +++ b/regcomp.pl @@ -45,6 +45,7 @@ EOP } print OUT <<EOP; +#define REGNODE_MAX $oind #ifndef DOINIT EXTCONST U8 PL_regkind[]; |