summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-12-30 19:46:45 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-12-30 19:46:45 +0000
commit60aeb6fd4ca923078be883926562d30b13279552 (patch)
treee19559d06d407bab66760c72a3302f60a0bba27a /proto.h
parent777d2cf58fa8e7c971ce9115520838a43768a81d (diff)
downloadperl-60aeb6fd4ca923078be883926562d30b13279552.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@8271
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 1bcb5cdd91..4c5499ec6b 100644
--- a/proto.h
+++ b/proto.h
@@ -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