X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2b84abb596f52ab2068d52108adc96838ad4340a..31cef89cb428866f787983e68246030321893df4:/usr/src/cmd/egrep.y diff --git a/usr/src/cmd/egrep.y b/usr/src/cmd/egrep.y index 22de9fd996..1a56a70558 100644 --- a/usr/src/cmd/egrep.y +++ b/usr/src/cmd/egrep.y @@ -13,6 +13,7 @@ %left STAR PLUS QUEST %{ +static char *sccsid = "@(#)egrep.y 4.1 (Berkeley) 10/1/80"; #include #define MAXLIN 350