summaryrefslogtreecommitdiff
path: root/gcc/f/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/lex.h')
-rw-r--r--gcc/f/lex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/lex.h b/gcc/f/lex.h
index c82a9c86b94..a28d0ac1691 100644
--- a/gcc/f/lex.h
+++ b/gcc/f/lex.h
@@ -29,8 +29,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Allow multiple inclusion to work. */
-#ifndef _H_f_lex
-#define _H_f_lex
+#ifndef GCC_F_LEX_H
+#define GCC_F_LEX_H
/* Simple definitions and enumerations. */
@@ -198,4 +198,4 @@ ffelexToken ffelex_token_use (ffelexToken t);
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_LEX_H */