Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 13:34:01 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323611 - head/usr.bin/grep/regex
Message-ID:  <201709151334.v8FDY1Zd084295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709151334.v8FDY1Zd084295>