svn commit: r225050 - user/gabor/tre-integration/include

Gabor Kovesdan gabor at FreeBSD.org
Sun Aug 21 00:48:03 UTC 2011


Author: gabor
Date: Sun Aug 21 00:48:03 2011
New Revision: 225050
URL: http://svn.freebsd.org/changeset/base/225050

Log:
  - Support REG_PEND for fast matching functions

Modified:
  user/gabor/tre-integration/include/fastmatch.h

Modified: user/gabor/tre-integration/include/fastmatch.h
==============================================================================
--- user/gabor/tre-integration/include/fastmatch.h	Sat Aug 20 21:26:35 2011	(r225049)
+++ user/gabor/tre-integration/include/fastmatch.h	Sun Aug 21 00:48:03 2011	(r225050)
@@ -20,6 +20,7 @@ typedef struct {
   int		 defBc;
   hashtable	*qsBc_table;
   int		*sbmGs;
+  const char	*re_endp;
 
   /* flags */
   bool		 bol;


More information about the svn-src-user mailing list