summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-19 15:19:08 -0700
committerKarl Williamson <khw@cpan.org>2015-02-19 23:05:44 -0700
commitae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7 (patch)
treed603c2149e568651c11035abc100775d6099eb68 /regcomp.h
parent53255578b3ff804b2a8449c49c2ee29cccd56fb0 (diff)
downloadperl-ae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7.tar.gz
Add qr/\b{wb}/
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index ee9be7a505..40f340472a 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -995,7 +995,8 @@ re.pm, especially to the documentation.
typedef enum {
TRADITIONAL_BOUND = _CC_WORDCHAR,
- GCB_BOUND
+ GCB_BOUND,
+ WB_BOUND
} bound_type;
/*