summaryrefslogtreecommitdiff
path: root/gcc/mkdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mkdeps.h')
-rw-r--r--gcc/mkdeps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/mkdeps.h b/gcc/mkdeps.h
index 2484af18f3e..fa79b86591b 100644
--- a/gcc/mkdeps.h
+++ b/gcc/mkdeps.h
@@ -20,8 +20,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
You are forbidden to forbid anyone else to use, share and improve
what you give them. Help stamp out software-hoarding! */
-#ifndef __GCC_MKDEPS__
-#define __GCC_MKDEPS__
+#ifndef GCC_MKDEPS_H
+#define GCC_MKDEPS_H
/* This is the data structure used by all the functions in mkdeps.c.
It's quite straightforward, but should be treated as opaque. */
@@ -59,4 +59,4 @@ extern void deps_write PARAMS ((const struct deps *, FILE *,
automatic dependency schemes. */
extern void deps_phony_targets PARAMS ((const struct deps *, FILE *));
-#endif
+#endif /* ! GCC_MKDEPS_H */