diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-30 19:46:45 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-30 19:46:45 +0000 |
commit | 60aeb6fd4ca923078be883926562d30b13279552 (patch) | |
tree | e19559d06d407bab66760c72a3302f60a0bba27a /proto.h | |
parent | 777d2cf58fa8e7c971ce9115520838a43768a81d (diff) | |
download | perl-60aeb6fd4ca923078be883926562d30b13279552.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8271
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1147,7 +1147,9 @@ STATIC char* S_regcppop(pTHX); STATIC char* S_regcp_set_to(pTHX_ I32 ss); STATIC void S_cache_re(pTHX_ regexp *prog); STATIC U8* S_reghop(pTHX_ U8 *pos, I32 off); +STATIC U8* S_reghop3(pTHX_ U8 *pos, I32 off, U8 *lim); STATIC U8* S_reghopmaybe(pTHX_ U8 *pos, I32 off); +STATIC U8* S_reghopmaybe3(pTHX_ U8 *pos, I32 off, U8 *lim); STATIC char* S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *strend, char *startpos, I32 norun); #endif |