projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8cd67
)
The find_byclass prototype is already in proto.h.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Nov 1999 17:07:14 +0000
(17:07 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Nov 1999 17:07:14 +0000
(17:07 +0000)
p4raw-id: //depot/cfgperl@4594
regexec.c
patch
|
blob
|
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:
*