diff options
Diffstat (limited to 'lib/libc/regex/regex2.h')
-rw-r--r-- | lib/libc/regex/regex2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index d608dc603683..1c41656694f3 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -104,6 +104,8 @@ typedef unsigned long sopno; #define O_CH (18L<<OPSHIFT) /* end choice back to OOR1 */ #define OBOW (19L<<OPSHIFT) /* begin word - */ #define OEOW (20L<<OPSHIFT) /* end word - */ +#define OBOS (21L<<OPSHIFT) /* begin subj. - */ +#define OEOS (22L<<OPSHIFT) /* end subj. - */ /* * Structures for [] character-set representation. |