diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-11-25 18:33:45 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 18:35:35 +0000 |
commit | 655b5675e238083fc0281603a16cd94bb4251289 (patch) | |
tree | 076d061e252db2b367185a92e907bc710c9bee7d /thrdvar.h | |
parent | 89884a9707fe74c00d39aef726838effb5574216 (diff) | |
download | perl-655b5675e238083fc0281603a16cd94bb4251289.tar.gz |
Fix \G in REx without //g
Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2365
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,6 +156,8 @@ PERLVARI(Tregindent, int, 0) /* from regexec.c */ PERLVAR(Tregcc, CURCUR *) /* from regexec.c */ PERLVAR(Treg_call_cc, struct re_cc_state *) /* from regexec.c */ PERLVAR(Treg_re, regexp *) /* from regexec.c */ +PERLVAR(Treg_ganch, char *) /* position of \G */ +PERLVAR(Treg_sv, SV *) /* what we match against */ PERLVARI(Tregcompp, regcomp_t, FUNC_NAME_TO_PTR(pregcomp)) /* Pointer to RE compiler */ |