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:
28ca630
)
Declare reg_data like reg_substr_data.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 13 Nov 2000 05:02:45 +0000
(
05:02
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 13 Nov 2000 05:02:45 +0000
(
05:02
+0000)
p4raw-id: //depot/perl@7669
regexp.h
patch
|
blob
|
blame
|
history
diff --git
a/regexp.h
b/regexp.h
index
ca0e9ed
..
3c71060
100644
(file)
--- a/
regexp.h
+++ b/
regexp.h
@@
-19,6
+19,8
@@
typedef struct regnode regnode;
struct reg_substr_data;
+struct reg_data;
+
typedef struct regexp {
I32 *startp;
I32 *endp;