diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-18 17:07:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-18 17:07:14 +0000 |
commit | 4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4 (patch) | |
tree | 1f1d25495ae24a6f867cabaad26028a349acdc74 /regexec.c | |
parent | 1b8cd6788212ac406df639a1eccafd46a7113116 (diff) | |
download | perl-4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4.tar.gz |
The find_byclass prototype is already in proto.h.
p4raw-id: //depot/cfgperl@4594
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -254,9 +254,6 @@ S_cache_re(pTHX_ regexp *prog) PL_reg_re = prog; } -static char *find_byclass(regexp * prog, regnode *c, char *s, char *strend, - char *startpos, I32 norun); - /* * Need to implement the following flags for reg_anch: * |