This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f13c2
)
Remove duplicate declaration
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 16 Nov 2006 13:35:14 +0000
(13:35 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 16 Nov 2006 13:35:14 +0000
(13:35 +0000)
p4raw-id: //depot/perl@29295
regexp.h
patch
|
blob
|
blame
|
history
diff --git
a/regexp.h
b/regexp.h
index
d59fa83
..
49d6cd1
100644
(file)
--- a/
regexp.h
+++ b/
regexp.h
@@
-189,8
+189,6
@@
typedef struct regexp_engine {
#define FBMrf_MULTILINE 1
-struct re_scream_pos_data_s;
-
/* an accepting state/position*/
struct _reg_trie_accepted {
U8 *endpos;