summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2007-10-10 04:03:30 +0000
committerTony Abou-Assaleh <taa@acm.org>2007-10-10 04:03:30 +0000
commitb979431adaf327fc87fd65254d539fc134a5c8b2 (patch)
treeb5b1eebf040c755291df9a93e403cac915ad9c83 /src
parent977f2ce237af5a99a2e080f71d5730fa696ef4d8 (diff)
downloadgrep-b979431adaf327fc87fd65254d539fc134a5c8b2.tar.gz
Revert changes since grep-2.5.3 release to add a tag to CVS.v2.5.3
Diffstat (limited to 'src')
-rw-r--r--src/grep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grep.c b/src/grep.c
index 1d4dbf80..aac593e2 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1907,7 +1907,6 @@ main (int argc, char **argv)
case 'H':
with_filenames = 1;
- no_filenames = 0;
break;
case 'I':
@@ -1988,7 +1987,6 @@ main (int argc, char **argv)
break;
case 'h':
- with_filenames = 0;
no_filenames = 1;
break;