diff options
Diffstat (limited to 'usr.bin/m4/eval.c')
-rw-r--r-- | usr.bin/m4/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index aab6473cae2ca..d0eeefed5f4c8 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.2 1997/07/24 06:53:36 charnier Exp $"; + "$Id: eval.c,v 1.5.6.3 1997/08/21 02:49:49 jlemon Exp $"; #endif /* not lint */ /* |