diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-12-05 03:13:47 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-12-05 03:13:47 +0000 |
commit | ca53e5aedfebcc1b4091b68e01b2d5cae923f85e (patch) | |
tree | 92a4795df6ef937264cff3b82c0d24bdb8b6064c /lib/libc/regex/regex2.h | |
parent | 7518fb346fe9603f99d2406a073b30fb8e4a270c (diff) |
Notes
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. |