diff options
author | Yves Orton <demerphq@gmail.com> | 2005-03-21 23:29:09 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-21 21:33:16 +0000 |
commit | cc601c3163078dbee18369839db37a81c9f1d02a (patch) | |
tree | d62d2ced4239e667a2b0367b266ae38575053ae9 /regcomp.h | |
parent | efcaa95b05d30c10585967bb358126b84bd75b53 (diff) | |
download | perl-cc601c3163078dbee18369839db37a81c9f1d02a.tar.gz |
Re: regexp trie fails compile on VMS
Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
p4raw-id: //depot/perl@24059
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -463,6 +463,7 @@ struct _reg_trie_data { U16 wordcount; STRLEN charcount; U32 laststate; + U32 lasttrans; U16 *charmap; HV *widecharmap; reg_trie_state *states; |