svn commit: r323611 - head/usr.bin/grep/regex

Ed Maste emaste at FreeBSD.org
Fri Sep 15 13:34:02 UTC 2017


Author: emaste
Date: Fri Sep 15 13:34:00 2017
New Revision: 323611
URL: https://svnweb.freebsd.org/changeset/base/323611

Log:
  fastmatch.h: remove duplicate #defines
  
  Reviewed by:	kevans
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D12375

Modified:
  head/usr.bin/grep/regex/fastmatch.h

Modified: head/usr.bin/grep/regex/fastmatch.h
==============================================================================
--- head/usr.bin/grep/regex/fastmatch.h	Fri Sep 15 12:57:34 2017	(r323610)
+++ head/usr.bin/grep/regex/fastmatch.h	Fri Sep 15 13:34:00 2017	(r323611)
@@ -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-all mailing list