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 5c51141e71b30..674d92a20b261 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.8 1997/08/18 21:01:45 jlemon Exp $"; + "$Id: eval.c,v 1.9 1998/09/07 22:09:13 steve Exp $"; #endif /* not lint */ /* |