Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh That will teach me to commit from the version I've ac...
details: https://anonhg.NetBSD.org/src/rev/5e6e8b6be133
branches: trunk
changeset: 352192:5e6e8b6be133
user: kre <kre%NetBSD.org@localhost>
date: Mon Mar 20 13:12:35 2017 +0000
description:
That will teach me to commit from the version I've actually
been testing, rather than the "other version" ...
diffstat:
bin/sh/arith_token.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 614e862fd42f -r 5e6e8b6be133 bin/sh/arith_token.c
--- a/bin/sh/arith_token.c Mon Mar 20 12:16:07 2017 +0000
+++ b/bin/sh/arith_token.c Mon Mar 20 13:12:35 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arith_token.c,v 1.2 2017/03/20 11:31:00 kre Exp $ */
+/* $NetBSD: arith_token.c,v 1.3 2017/03/20 13:12:35 kre Exp $ */
/*-
* Copyright (c) 2002
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: arith_token.c,v 1.2 2017/03/20 11:31:00 kre Exp $");
+__RCSID("$NetBSD: arith_token.c,v 1.3 2017/03/20 13:12:35 kre Exp $");
#endif /* not lint */
#include <inttypes.h>
@@ -89,7 +89,7 @@
arith_buf = end;
return ARITH_NUM;
- } else if (is_name(token) {
+ } else if (is_name(token)) {
/*
* Variable names all start with an alpha (or '_')
* and nothing else does. They continue for the
Home |
Main Index |
Thread Index |
Old Index