Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): add a comment where to fix the STOP/ST...



details:   https://anonhg.NetBSD.org/src/rev/a6612b953358
branches:  trunk
changeset: 941970:a6612b953358
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Nov 02 17:55:26 2020 +0000

description:
make(1): add a comment where to fix the STOP/STORE test from varmod.mk

diffstat:

 usr.bin/make/var.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8628cda867bc -r a6612b953358 usr.bin/make/var.c
--- a/usr.bin/make/var.c        Mon Nov 02 17:30:22 2020 +0000
+++ b/usr.bin/make/var.c        Mon Nov 02 17:55:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: var.c,v 1.645 2020/11/02 17:00:33 rillig Exp $ */
+/*     $NetBSD: var.c,v 1.646 2020/11/02 17:55:26 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -130,7 +130,7 @@
 #include "metachar.h"
 
 /*     "@(#)var.c      8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: var.c,v 1.645 2020/11/02 17:00:33 rillig Exp $");
+MAKE_RCSID("$NetBSD: var.c,v 1.646 2020/11/02 17:55:26 rillig Exp $");
 
 #define VAR_DEBUG1(fmt, arg1) DEBUG1(VAR, fmt, arg1)
 #define VAR_DEBUG2(fmt, arg1, arg2) DEBUG2(VAR, fmt, arg1, arg2)
@@ -3417,6 +3417,7 @@
            Parse_Error(PARSE_FATAL,
                        "Missing delimiter ':' after modifier \"%.*s\"",
                        (int)(p - mod), mod);
+           /* TODO: propagate parse error to the enclosing expression */
        }
     }
 out:



Home | Main Index | Thread Index | Old Index