summaryrefslogtreecommitdiff
path: root/bin/expr/expr.y
diff options
context:
space:
mode:
authorgrant <grant@NetBSD.org>2003-02-14 16:17:30 +0000
committergrant <grant@NetBSD.org>2003-02-14 16:17:30 +0000
commita15c6f031fc4c835d7ccb2dae1c7809b06a907b0 (patch)
tree43b72d3dbf1820bd314331be4aa91f6cd2d3dd32 /bin/expr/expr.y
parent806593a8063163d6e8312efab5cf3aa5a315d769 (diff)
'NetBSD.org'
Diffstat (limited to 'bin/expr/expr.y')
-rw-r--r--bin/expr/expr.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index d0fab7b3fa4..e4be7b52f54 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -1,11 +1,11 @@
-/* $NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $ */
+/* $NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $ */
/*_
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Jaromir Dolecek <jdolecek@NetBSD.org> and J.T. Conklin <jtc@netbsd.org>.
+ * by Jaromir Dolecek <jdolecek@NetBSD.org> and J.T. Conklin <jtc@NetBSD.org>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
%{
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $");
+__RCSID("$NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $");
#endif /* not lint */
#include <sys/types.h>