svn commit: r225909 - user/gabor/grep/trunk/regex

Gabor Kovesdan gabor at FreeBSD.org
Sat Oct 1 22:16:17 UTC 2011


Author: gabor
Date: Sat Oct  1 22:16:16 2011
New Revision: 225909
URL: http://svn.freebsd.org/changeset/base/225909

Log:
  - Add char format string

Modified:
  user/gabor/grep/trunk/regex/glue.h

Modified: user/gabor/grep/trunk/regex/glue.h
==============================================================================
--- user/gabor/grep/trunk/regex/glue.h	Sat Oct  1 20:56:58 2011	(r225908)
+++ user/gabor/grep/trunk/regex/glue.h	Sat Oct  1 22:16:16 2011	(r225909)
@@ -14,6 +14,7 @@
 #define HAVE_MBSTATE_T			1
 
 #define TRE_CHAR(n) L##n
+#define CHF "%lc"
 
 #define tre_char_t			wchar_t
 #define tre_mbrtowc(pwc, s, n, ps)	(mbrtowc((pwc), (s), (n), (ps)))


More information about the svn-src-user mailing list