diff options
author | David Greenman <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 89730b290a5b2a1506fc7b4a1e604d01e16395ad (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/expr | |
parent | 1ee6b373eb024652b73587eabcad2b9fa32fe121 (diff) | |
download | src-89730b290a5b2a1506fc7b4a1e604d01e16395ad.tar.gz src-89730b290a5b2a1506fc7b4a1e604d01e16395ad.zip |
Added $Id$
Notes
Notes:
svn path=/head/; revision=3044
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/Makefile | 1 | ||||
-rw-r--r-- | bin/expr/expr.y | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 416707e76b98..c1a2e2f2b3c4 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,4 +1,5 @@ # /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp +# $Id$ PROG= expr SRCS= expr.c diff --git a/bin/expr/expr.y b/bin/expr/expr.y index b2649c10f869..b2d66bf8a511 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 : /b/source/CVS/src/bin/expr/expr.y,v 1.11 1993/08/17 16:01:23 jtc Exp $ + * $Id$ */ #include <stdio.h> |