The find_byclass prototype is already in proto.h.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 18 Nov 1999 17:07:14 +0000 (17:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 18 Nov 1999 17:07:14 +0000 (17:07 +0000)
p4raw-id: //depot/cfgperl@4594

regexec.c

index 37ef5b1..f1b3590 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -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:
  *