diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-05-25 18:31:47 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-05-25 18:31:47 -0700 |
commit | 88657302b711baa2b317b2bb91c93d0a03e16b36 (patch) | |
tree | a63afad955af14544b1903785b68f16116173e26 /gcc/cpphash.h | |
parent | f811f821d511e7d03dbca9cd645d03bc721b92a2 (diff) | |
download | gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.gz |
Standardize header guards.
From-SVN: r42615
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 17438c7a4e4..56d90681dcb 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -514,4 +514,4 @@ ufputs (s, f) return fputs ((const char *)s, f); } -#endif /* GCC_CPPHASH_H */ +#endif /* ! GCC_CPPHASH_H */ |