BSD 4 release
[unix-history] / usr / src / cmd / egrep.y
index 22de9fd..1a56a70 100644 (file)
@@ -13,6 +13,7 @@
 %left STAR PLUS QUEST
 
 %{
 %left STAR PLUS QUEST
 
 %{
+static char *sccsid = "@(#)egrep.y     4.1 (Berkeley) 10/1/80";
 #include <stdio.h>
 
 #define MAXLIN 350
 #include <stdio.h>
 
 #define MAXLIN 350