diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-19 19:42:33 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-19 23:05:53 -0700 |
commit | 06ae27223f8f0af5633beb82c8be873ecadaaae3 (patch) | |
tree | f672431de09958d3a1cef7db44b18dc6cb820834 /regcomp.h | |
parent | d3e558c4cd58bf26578bbee7f0852f8472539397 (diff) | |
download | perl-06ae27223f8f0af5633beb82c8be873ecadaaae3.tar.gz |
Add \b{sb}
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -996,6 +996,7 @@ re.pm, especially to the documentation. typedef enum { TRADITIONAL_BOUND = _CC_WORDCHAR, GCB_BOUND, + SB_BOUND, WB_BOUND } bound_type; |