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: remove redundant comments for multiple-in...
details: https://anonhg.NetBSD.org/src/rev/1860a034ae9c
branches: trunk
changeset: 1027682:1860a034ae9c
user: rillig <rillig%NetBSD.org@localhost>
date: Wed Dec 15 12:08:25 2021 +0000
description:
make: remove redundant comments for multiple-inclusion guards
diffstat:
usr.bin/make/buf.h | 4 ++--
usr.bin/make/dir.h | 4 ++--
usr.bin/make/filemon/filemon.h | 4 ++--
usr.bin/make/hash.h | 4 ++--
usr.bin/make/job.h | 4 ++--
usr.bin/make/lst.h | 4 ++--
usr.bin/make/make.h | 4 ++--
usr.bin/make/metachar.h | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
diffs (120 lines):
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/buf.h
--- a/usr.bin/make/buf.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/buf.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.h,v 1.45 2021/12/15 09:29:55 rillig Exp $ */
+/* $NetBSD: buf.h,v 1.46 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -119,4 +119,4 @@
char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
char *Buf_DoneDataCompact(Buffer *) MAKE_ATTR_USE;
-#endif /* MAKE_BUF_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/dir.h
--- a/usr.bin/make/dir.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/dir.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.h,v 1.45 2021/12/15 09:53:41 rillig Exp $ */
+/* $NetBSD: dir.h,v 1.46 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -104,4 +104,4 @@
int cached_lstat(const char *, struct cached_stat *);
int cached_stat(const char *, struct cached_stat *);
-#endif /* MAKE_DIR_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/filemon/filemon.h
--- a/usr.bin/make/filemon/filemon.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/filemon/filemon.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filemon.h,v 1.5 2021/01/19 20:51:46 rillig Exp $ */
+/* $NetBSD: filemon.h,v 1.6 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -50,4 +50,4 @@
int filemon_readfd(const struct filemon *);
int filemon_process(struct filemon *);
-#endif /* MAKE_FILEMON_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/hash.h
--- a/usr.bin/make/hash.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/hash.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.h,v 1.43 2021/12/15 10:07:53 rillig Exp $ */
+/* $NetBSD: hash.h,v 1.44 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -177,4 +177,4 @@
HashIter_Init(hi, &set->tbl);
}
-#endif /* MAKE_HASH_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/job.h
--- a/usr.bin/make/job.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/job.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.74 2021/12/15 09:53:41 rillig Exp $ */
+/* $NetBSD: job.h,v 1.75 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -208,4 +208,4 @@
void Job_FlagsToString(const Job *, char *, size_t);
int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
-#endif /* MAKE_JOB_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/lst.h
--- a/usr.bin/make/lst.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/lst.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.100 2021/12/15 09:53:41 rillig Exp $ */
+/* $NetBSD: lst.h,v 1.101 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -197,4 +197,4 @@
free(v->items);
}
-#endif /* MAKE_LST_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/make.h
--- a/usr.bin/make/make.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/make.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.275 2021/12/15 11:58:40 rillig Exp $ */
+/* $NetBSD: make.h,v 1.276 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -838,4 +838,4 @@
# define MAKE_RCSID(id) static volatile char rcsid[] = id
#endif
-#endif /* MAKE_MAKE_H */
+#endif
diff -r 6fb17591393d -r 1860a034ae9c usr.bin/make/metachar.h
--- a/usr.bin/make/metachar.h Wed Dec 15 11:58:40 2021 +0000
+++ b/usr.bin/make/metachar.h Wed Dec 15 12:08:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: metachar.h,v 1.18 2021/12/15 09:53:41 rillig Exp $ */
+/* $NetBSD: metachar.h,v 1.19 2021/12/15 12:08:25 rillig Exp $ */
/*
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -49,4 +49,4 @@
return *cmd != '\0';
}
-#endif /* MAKE_METACHAR_H */
+#endif
Home |
Main Index |
Thread Index |
Old Index