summaryrefslogtreecommitdiff
path: root/gcc/f/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/data.h')
-rw-r--r--gcc/f/data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/data.h b/gcc/f/data.h
index 666612e3964..a99369d0b04 100644
--- a/gcc/f/data.h
+++ b/gcc/f/data.h
@@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Allow multiple inclusion to work. */
-#ifndef _H_f_data
-#define _H_f_data
+#ifndef GCC_F_DATA_H
+#define GCC_F_DATA_H
/* Simple definitions and enumerations. */
@@ -71,4 +71,4 @@ bool ffedata_value (ffetargetIntegerDefault rpt, ffebld value,
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_DATA_H */