diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 05:33:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 05:33:14 +0000 |
commit | d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827 (patch) | |
tree | dccc6636377483116741f280578188f0a4360f81 /proto.h | |
parent | 57b2e4523f4df782c055782388ac1aacff9603ef (diff) | |
parent | d132b95fb004c5e3d94e297d3804c90cfef96fed (diff) | |
download | perl-d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4606
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |