diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/expr/expr.y | |
parent | 64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff) | |
download | src-b97fa2ef508bb1cc99621edb8b6d03845b55b8bd.tar.gz src-b97fa2ef508bb1cc99621edb8b6d03845b55b8bd.zip |
Revert $FreeBSD$ to $Id$
Notes
Notes:
svn path=/head/; revision=22988
Diffstat (limited to 'bin/expr/expr.y')
-rw-r--r-- | bin/expr/expr.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 117270a14f77..626de8e05b33 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> |