diff options
| author | rillig <rillig@NetBSD.org> | 2021-12-15 12:08:25 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-12-15 12:08:25 +0000 |
| commit | 7a2ef0f272fd7d73aa7e6e09fa9bf7aebb528ff4 (patch) | |
| tree | 24b27627efb8dd0ad1cfccc29cc19a7929b3b823 /usr.bin/make/make.h | |
| parent | 936d985e9e3c444c15637ae571250fe91f461980 (diff) | |
make: remove redundant comments for multiple-inclusion guards
Diffstat (limited to 'usr.bin/make/make.h')
| -rw-r--r-- | usr.bin/make/make.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 51ca08368d0..a42cd1b6d36 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -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 @@ pp_skip_hspace(char **pp) # define MAKE_RCSID(id) static volatile char rcsid[] = id #endif -#endif /* MAKE_MAKE_H */ +#endif |
