diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-16 21:53:10 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-16 21:53:10 +0000 |
| commit | aaf1220a389b8a0fa0168b2234f4e9149c8a750e (patch) | |
| tree | 8cb74f126fb867eb43b98a727b7ab7e4171891dc /usr.bin/make/make.h | |
| parent | 6b3f052ebecc0ab60b87edcafe338078c9862987 (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.h | 3 |
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; |
