grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/grep.h


From: Charles Levert
Subject: Changes to grep/src/grep.h
Date: Thu, 10 Nov 2005 14:57:56 -0500

Index: grep/src/grep.h
diff -u grep/src/grep.h:1.12 grep/src/grep.h:1.13
--- grep/src/grep.h:1.12        Wed Nov  9 02:47:35 2005
+++ grep/src/grep.h     Thu Nov 10 19:57:54 2005
@@ -34,7 +34,8 @@
   (char const *pattern, size_t size)
 #define EXECUTE_RET size_t
 #define EXECUTE_ARGS \
-  (char const *buf, size_t size, size_t *match_size, int exact)
+  (char const *buf, size_t size, size_t *match_size, char const *start_ptr)
+  /* start_ptr == NULL means the caller is not looking for an exact match.  */
 
 #ifdef GREP_PROGRAM
 /* Function definitions.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]