summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-19 19:42:33 -0700
committerKarl Williamson <khw@cpan.org>2015-02-19 23:05:53 -0700
commit06ae27223f8f0af5633beb82c8be873ecadaaae3 (patch)
treef672431de09958d3a1cef7db44b18dc6cb820834 /regcomp.h
parentd3e558c4cd58bf26578bbee7f0852f8472539397 (diff)
downloadperl-06ae27223f8f0af5633beb82c8be873ecadaaae3.tar.gz
Add \b{sb}
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index 40f340472a..ebcf2fb005 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -996,6 +996,7 @@ re.pm, especially to the documentation.
typedef enum {
TRADITIONAL_BOUND = _CC_WORDCHAR,
GCB_BOUND,
+ SB_BOUND,
WB_BOUND
} bound_type;