make: remove redundant comments for multiple-inclusion guards

This commit is contained in:
rillig 2021-12-15 12:08:25 +00:00
parent 96717cb6d2
commit b310848a9c
8 changed files with 16 additions and 16 deletions

View File

@ -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 @@ void Buf_Done(Buffer *);
char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
char *Buf_DoneDataCompact(Buffer *) MAKE_ATTR_USE;
#endif /* MAKE_BUF_H */
#endif

View File

@ -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 @@ struct cached_stat {
int cached_lstat(const char *, struct cached_stat *);
int cached_stat(const char *, struct cached_stat *);
#endif /* MAKE_DIR_H */
#endif

View File

@ -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_setpid_child(const struct filemon *, pid_t);
int filemon_readfd(const struct filemon *);
int filemon_process(struct filemon *);
#endif /* MAKE_FILEMON_H */
#endif

View File

@ -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_InitSet(HashIter *hi, HashSet *set)
HashIter_Init(hi, &set->tbl);
}
#endif /* MAKE_HASH_H */
#endif

View File

@ -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 @@ bool Job_RunTarget(const char *, const char *);
void Job_FlagsToString(const Job *, char *, size_t);
int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
#endif /* MAKE_JOB_H */
#endif

View File

@ -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 @@ Vector_Done(Vector *v) {
free(v->items);
}
#endif /* MAKE_LST_H */
#endif

View File

@ -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

View File

@ -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 @@ needshell(const char *cmd)
return *cmd != '\0';
}
#endif /* MAKE_METACHAR_H */
#endif