Allow -f option and reading subject text from stdin to not be disjoint
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Tue, 9 Nov 1982 00:56:24 +0000 (16:56 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Tue, 9 Nov 1982 00:56:24 +0000 (16:56 -0800)
SCCS-vsn: usr.bin/grep/old.egrep/old.egrep.y 4.2

usr/src/usr.bin/grep/old.egrep/old.egrep.y

index 41081c9..7d1b041 100644 (file)
@@ -13,7 +13,7 @@
 %left STAR PLUS QUEST
 
 %{
 %left STAR PLUS QUEST
 
 %{
-static char *sccsid = "@(#)old.egrep.y 4.1 (Berkeley) %G%";
+static char *sccsid = "@(#)old.egrep.y 4.2 (Berkeley) %G%";
 #include <stdio.h>
 
 #define MAXLIN 350
 #include <stdio.h>
 
 #define MAXLIN 350