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/90abf235a58a
branches:  trunk
changeset: 822443:90abf235a58a
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 eedf4fc40c92 -r 90abf235a58a 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