summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
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;
/*