summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/bit.h')
-rw-r--r--contrib/gcc/f/bit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/f/bit.h b/contrib/gcc/f/bit.h
index a2acc25..6b559ef 100644
--- a/contrib/gcc/f/bit.h
+++ b/contrib/gcc/f/bit.h
@@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Allow multiple inclusion to work. */
-#ifndef _H_f_bit
-#define _H_f_bit
+#ifndef GCC_F_BIT_H
+#define GCC_F_BIT_H
/* Simple definitions and enumerations. */
@@ -81,4 +81,4 @@ void ffebit_test (ffebit b, ffebitCount offset, bool *value, ffebitCount *length
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_BIT_H */
OpenPOWER on IntegriCloud