summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-01 05:33:14 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-01 05:33:14 +0000
commitd9aad7f7caf6c1d42b8e71a2a04bfca6447d2827 (patch)
treedccc6636377483116741f280578188f0a4360f81 /proto.h
parent57b2e4523f4df782c055782388ac1aacff9603ef (diff)
parentd132b95fb004c5e3d94e297d3804c90cfef96fed (diff)
downloadperl-d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827.tar.gz
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4606
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 5a01615c39..d950e9e1f5 100644
--- a/proto.h
+++ b/proto.h
@@ -968,6 +968,7 @@ 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_reghopmaybe(pTHX_ U8 *pos, I32 off);
+STATIC char* S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *strend, char *startpos, I32 norun);
#endif
#if defined(PERL_IN_RUN_C) || defined(PERL_DECL_PROT)