Date: Mon, 15 Aug 2011 15:22:27 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r224888 - user/gabor/tre-integration/contrib/tre/lib Message-ID: <201108151522.p7FFMRm8015922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Mon Aug 15 15:22:27 2011 New Revision: 224888 URL: http://svn.freebsd.org/changeset/base/224888 Log: - Match macro name to filename Modified: user/gabor/tre-integration/contrib/tre/lib/tre-fastmatch.h Modified: user/gabor/tre-integration/contrib/tre/lib/tre-fastmatch.h ============================================================================== --- user/gabor/tre-integration/contrib/tre/lib/tre-fastmatch.h Mon Aug 15 14:59:56 2011 (r224887) +++ user/gabor/tre-integration/contrib/tre/lib/tre-fastmatch.h Mon Aug 15 15:22:27 2011 (r224888) @@ -25,8 +25,8 @@ * SUCH DAMAGE. */ -#ifndef FASTMATCH_H -#define FASTMATCH_H 1 +#ifndef TRE_FASTMATCH_H +#define TRE_FASTMATCH_H 1 #include <limits.h> #include <stdbool.h> @@ -65,4 +65,4 @@ int tre_match_fast(const fastmatch_t *fg tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags); void tre_free_fast(fastmatch_t *preg); -#endif /* FASTMATCH_H */ +#endif /* TRE_FASTMATCH_H */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108151522.p7FFMRm8015922>