projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1b8cd67
)
The find_byclass prototype is already in proto.h.
Jarkko Hietaniemi [Thu, 18 Nov 1999 17:07:14 +0000 (17:07 +0000)]
p4raw-id: //depot/cfgperl@4594
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/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:
*