summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2020-11-16 21:53:10 +0000
committerrillig <rillig@NetBSD.org>2020-11-16 21:53:10 +0000
commitaaf1220a389b8a0fa0168b2234f4e9149c8a750e (patch)
tree8cb74f126fb867eb43b98a727b7ab7e4171891dc /usr.bin/make/make.h
parent6b3f052ebecc0ab60b87edcafe338078c9862987 (diff)
make(1): clean up and extend comments in targ.c
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 62183e51d9b..c8f93d1c338 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.209 2020/11/15 12:02:44 rillig Exp $ */
+/* $NetBSD: make.h,v 1.210 2020/11/16 21:53:10 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -381,6 +381,7 @@ typedef struct GNode {
struct Suff *suffix;
/* Filename where the GNode got defined */
+ /* XXX: What is the lifetime of this string? */
const char *fname;
/* Line number where the GNode got defined */
int lineno;