diff options
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r-- | usr.bin/m4/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 67f624cee14f5..fa492aea6d3f2 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3.6.2 1997/08/29 05:29:33 imp Exp $"; + "$Id: main.c,v 1.3.6.3 1997/09/15 08:41:35 jkh Exp $"; #endif /* not lint */ /* |