diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-19 15:19:08 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-19 23:05:44 -0700 |
commit | ae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7 (patch) | |
tree | d603c2149e568651c11035abc100775d6099eb68 /regcomp.h | |
parent | 53255578b3ff804b2a8449c49c2ee29cccd56fb0 (diff) | |
download | perl-ae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7.tar.gz |
Add qr/\b{wb}/
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -995,7 +995,8 @@ re.pm, especially to the documentation. typedef enum { TRADITIONAL_BOUND = _CC_WORDCHAR, - GCB_BOUND + GCB_BOUND, + WB_BOUND } bound_type; /* |