diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-09-15 13:34:00 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-09-15 13:34:00 +0000 |
commit | 6e7bfaecee66ed034efad80386458fcf26f1b1df (patch) | |
tree | 7768a7a508aca138245173edba17eee9145ca4d1 /usr.bin | |
parent | ca289945b29f3cb2c7fe6312e45f42bfc20415a2 (diff) | |
download | src-test2-6e7bfaecee66ed034efad80386458fcf26f1b1df.tar.gz src-test2-6e7bfaecee66ed034efad80386458fcf26f1b1df.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/grep/regex/fastmatch.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/grep/regex/fastmatch.h b/usr.bin/grep/regex/fastmatch.h index 68a50c60e446..15178a02fa68 100644 --- a/usr.bin/grep/regex/fastmatch.h +++ b/usr.bin/grep/regex/fastmatch.h @@ -92,17 +92,4 @@ tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len, #define fastexec tre_fastexec #define fastwnexec tre_fastwnexec #define fastwexec tre_fastwexec -#define fixcomp tre_fixcomp -#define fastcomp tre_fastcomp -#define fastexec tre_fastexec -#define fastfree tre_fastfree -#define fixwcomp tre_fixwcomp -#define fastwcomp tre_fastwcomp -#define fastwexec tre_fastwexec -#define fixncomp tre_fixncomp -#define fastncomp tre_fastncomp -#define fastnexec tre_fastnexec -#define fixwncomp tre_fixwncomp -#define fastwncomp tre_fastwncomp -#define fastwnexec tre_fastwnexec #endif /* FASTMATCH_H */ |