diff options
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; /* |