summaryrefslogtreecommitdiff
path: root/gcc/mkdeps.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2001-05-25 18:31:47 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-05-25 18:31:47 -0700
commit88657302b711baa2b317b2bb91c93d0a03e16b36 (patch)
treea63afad955af14544b1903785b68f16116173e26 /gcc/mkdeps.h
parentf811f821d511e7d03dbca9cd645d03bc721b92a2 (diff)
downloadgcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.gz
Standardize header guards.
From-SVN: r42615
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 */