diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/expr/expr.y | |
parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
download | src-2a4562393f80633b81c11d4f7df00548d1cc3c48.tar.gz src-2a4562393f80633b81c11d4f7df00548d1cc3c48.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50471
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 626de8e05b33..117270a14f77 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> |