diff options
author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-07-02 10:58:07 +0000 |
---|---|---|
committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-07-02 10:58:07 +0000 |
commit | e6a886d8dbcf8e1f3e9a252369051f15af41f8ab (patch) | |
tree | 04268007e5ad6704e4d41f71ced6d06af046f24d /lib/libc/regex/regex2.h | |
parent | 5ead635430dfdbe9d23ffb332a519dbd937239cf (diff) |
Notes
Diffstat (limited to 'lib/libc/regex/regex2.h')
-rw-r--r-- | lib/libc/regex/regex2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index af9cc58e4c95..cd634db249b4 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -162,6 +162,7 @@ struct re_guts { int ncategories; /* how many character categories */ cat_t *categories; /* ->catspace[-CHAR_MIN] */ char *must; /* match must contain this string */ + int moffset; /* latest point at which must may be located */ int *charjump; /* Boyer-Moore char jump table */ int *matchjump; /* Boyer-Moore match jump table */ int mlen; /* length of must */ |