diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-10-10 19:18:00 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-10-10 19:18:00 +0000 |
commit | 131b3ad08b25bcfcb31b9933319b3186bdd13248 (patch) | |
tree | 49a4863bce88baf2d0050c81f56637cb3eb2c742 /proto.h | |
parent | 54cf8e17f0d40db1139c694ac85474f8b0c35b86 (diff) | |
download | perl-131b3ad08b25bcfcb31b9933319b3186bdd13248.tar.gz |
Turn regcomp into a list op
p4raw-id: //depot/perl@23357
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ PERL_CALLCONV void Perl_pack_cat(pTHX_ SV *cat, char *pat, char *patend, SV **be PERL_CALLCONV void Perl_packlist(pTHX_ SV *cat, char *pat, char *patend, SV **beglist, SV **endlist); PERL_CALLCONV void Perl_pidgone(pTHX_ Pid_t pid, int status); PERL_CALLCONV void Perl_pmflag(pTHX_ U32* pmfl, int ch); -PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, OP* repl); +PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, bool isreg); PERL_CALLCONV OP* Perl_pmtrans(pTHX_ OP* o, OP* expr, OP* repl); PERL_CALLCONV void Perl_pop_scope(pTHX); PERL_CALLCONV OP* Perl_prepend_elem(pTHX_ I32 optype, OP* head, OP* tail); |