summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-29 12:40:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-29 12:40:15 +0000
commit8e11feef835e00eadf3e49c408e281a3e0255459 (patch)
treea1581e81b962db390dbe3387ba6cb62807f35adc /regcomp.h
parent3dab1dad3c281a8a3802c3e053703d7cabca032a (diff)
downloadperl-8e11feef835e00eadf3e49c408e281a3e0255459.tar.gz
Regen headers following change 28325. Also, make it compile
with gcc by forward-declaring struct _reg_trie_data; and tweak the new re test to use test.pl, in order to portably run a new interpreter p4raw-id: //depot/perl@28326
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 62e76912d2..553baea516 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -442,7 +442,7 @@ typedef struct _reg_trie_trans reg_trie_trans;
/* anything in here that needs to be freed later
-should be dealt with in pregfree */
+ should be dealt with in pregfree */
struct _reg_trie_data {
U16 uniquecharcount;
U32 lasttrans;
@@ -453,8 +453,8 @@ struct _reg_trie_data {
char *bitmap;
U32 refcount;
U32 startstate;
- STRLEN minlen;
- STRLEN maxlen;
+ STRLEN minlen;
+ STRLEN maxlen;
#ifdef DEBUGGING
U16 wordcount; /* Build only */
STRLEN charcount; /* Build only */