summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
commit86bc037e711eb91a7613e3b6e3d960188a6543eb (patch)
tree1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/arith_lex.l
parent73aa05049384acedec92bf177501e01ce2ca99d7 (diff)
downloadFreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip
FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index d71fef0..6836d80 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -34,11 +34,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: arith_lex.l,v 1.9 1997/02/22 13:58:21 peter Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
+static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
#endif /* not lint */
#include <unistd.h>
OpenPOWER on IntegriCloud