diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-29 12:40:15 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-29 12:40:15 +0000 |
commit | 8e11feef835e00eadf3e49c408e281a3e0255459 (patch) | |
tree | a1581e81b962db390dbe3387ba6cb62807f35adc /regcomp.h | |
parent | 3dab1dad3c281a8a3802c3e053703d7cabca032a (diff) | |
download | perl-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |