diff options
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/eval.c | 2 | ||||
| -rw-r--r-- | usr.bin/m4/m4.1 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/m4/misc.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index cd803f0d6a64..7b1bb637ad81 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: eval.c,v 1.5.6.3 1997/08/21 02:49:49 jlemon Exp $"; + "$Id: eval.c,v 1.5.6.4 1998/09/07 22:09:55 steve Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 3d1e88c9d2ce..ae8077c27774 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" -.\" @(#) $Id: m4.1,v 1.1.8.2 1997/03/15 21:22:16 bde Exp $ +.\" @(#) $Id: m4.1,v 1.1.8.3 1998/07/17 04:19:19 jkh Exp $ .\" .Dd January 26, 1993 .Dt m4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 67f624cee14f..fa492aea6d3f 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 */ /* diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 9e9c70e87698..65e5a8464d00 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.3.6.1 1997/07/24 06:53:38 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> |
