projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
28ca630
)
Declare reg_data like reg_substr_data.
Jarkko Hietaniemi [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;