* grep.c (Gcompile): Remove RE_HAT_LISTS_NOT_NEWLINE.
---
 src/grep.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/grep.c b/src/grep.c
index 7b30f66..e12ae3d 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -4,10 +4,7 @@
 static void
 Gcompile (char const *pattern, size_t size)
 {
-  GEAcompile (pattern, size,
-              RE_SYNTAX_GREP
-              | RE_HAT_LISTS_NOT_NEWLINE
-              | RE_NO_EMPTY_RANGES);
+  GEAcompile (pattern, size, RE_SYNTAX_GREP | RE_NO_EMPTY_RANGES);
 }
 
 static void
-- 
1.6.6.1



Reply via email to