diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
commit | 86bc037e711eb91a7613e3b6e3d960188a6543eb (patch) | |
tree | 1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/arith.y | |
parent | 73aa05049384acedec92bf177501e01ce2ca99d7 (diff) | |
download | FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz |
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/arith.y')
-rw-r--r-- | bin/sh/arith.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y index 5908ece..49ca474 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -88,11 +88,11 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: arith.y,v 1.6 1997/02/22 13:58:21 peter Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include "shell.h" |