Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make cosmetic comment tweak
details: https://anonhg.NetBSD.org/src/rev/7789b600c819
branches: trunk
changeset: 581596:7789b600c819
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Jun 03 05:56:25 2005 +0000
description:
cosmetic comment tweak
diffstat:
usr.bin/make/var.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r 205ef6ba1dde -r 7789b600c819 usr.bin/make/var.c
--- a/usr.bin/make/var.c Fri Jun 03 03:58:36 2005 +0000
+++ b/usr.bin/make/var.c Fri Jun 03 05:56:25 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.93 2005/06/01 17:17:34 sjg Exp $ */
+/* $NetBSD: var.c,v 1.94 2005/06/03 05:56:25 lukem Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: var.c,v 1.93 2005/06/01 17:17:34 sjg Exp $";
+static char rcsid[] = "$NetBSD: var.c,v 1.94 2005/06/03 05:56:25 lukem Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: var.c,v 1.93 2005/06/01 17:17:34 sjg Exp $");
+__RCSID("$NetBSD: var.c,v 1.94 2005/06/03 05:56:25 lukem Exp $");
#endif
#endif /* not lint */
#endif
@@ -2298,7 +2298,7 @@
cp = ++tstr;
break;
}
- /* '{' */
+ /* XXX: appease vi sm: '{' */
delim = '}';
pattern.flags = 0;
@@ -2897,6 +2897,7 @@
&pattern.rightLen,
NULL)) == NULL)
goto cleanup;
+ /* XXX: appease vi sm: ')' '}' */
termc = *--cp;
delim = '\0';
Home |
Main Index |
Thread Index |
Old Index