Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2017 06:16:21 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r323903 - stable/11/usr.bin/grep/regex
Message-ID:  <201709220616.v8M6GLHJ072590@repo.freebsd.org>

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



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