Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh NFC: added a minor comment (and enev then, in DEBUG c...
details: https://anonhg.NetBSD.org/src/rev/37c2a0fe9725
branches: trunk
changeset: 353699:37c2a0fe9725
user: kre <kre%NetBSD.org@localhost>
date: Thu May 18 13:28:00 2017 +0000
description:
NFC: added a minor comment (and enev then, in DEBUG code only)
diffstat:
bin/sh/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 241676b81d1c -r 37c2a0fe9725 bin/sh/main.c
--- a/bin/sh/main.c Thu May 18 13:20:37 2017 +0000
+++ b/bin/sh/main.c Thu May 18 13:28:00 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.68 2017/04/22 16:02:39 kre Exp $ */
+/* $NetBSD: main.c,v 1.69 2017/05/18 13:28:00 kre Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.7 (Berkeley) 7/19/95";
#else
-__RCSID("$NetBSD: main.c,v 1.68 2017/04/22 16:02:39 kre Exp $");
+__RCSID("$NetBSD: main.c,v 1.69 2017/05/18 13:28:00 kre Exp $");
#endif
#endif /* not lint */
@@ -173,7 +173,7 @@
handler = &jmploc;
#ifdef DEBUG
#if DEBUG == 2
- debug = 1;
+ debug = 1; /* this may be reset by procargs() later */
#endif
opentrace();
trputs("Shell args: "); trargs(argv);
Home |
Main Index |
Thread Index |
Old Index