svn commit: r323903 - stable/11/usr.bin/grep/regex
Ed Maste
emaste at FreeBSD.org
Fri Sep 22 06:16:23 UTC 2017
Author: emaste
Date: Fri Sep 22 06:16:21 2017
New Revision: 323903
URL: https://svnweb.freebsd.org/changeset/base/323903
Log:
MFC r323611: fastmatch.h: remove duplicate #defines
Modified:
stable/11/usr.bin/grep/regex/fastmatch.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/grep/regex/fastmatch.h
==============================================================================
--- stable/11/usr.bin/grep/regex/fastmatch.h Fri Sep 22 06:07:47 2017 (r323902)
+++ stable/11/usr.bin/grep/regex/fastmatch.h Fri Sep 22 06:16:21 2017 (r323903)
@@ -92,17 +92,4 @@ tre_fastwnexec(const fastmatch_t *preg, const wchar_t
#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 */
More information about the svn-src-stable
mailing list