diff options
Diffstat (limited to 'gcc/f/src.h')
-rw-r--r-- | gcc/f/src.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/src.h b/gcc/f/src.h index 666bd853056..ce5843eaa0e 100644 --- a/gcc/f/src.h +++ b/gcc/f/src.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_src -#define _H_f_src +#ifndef GCC_F_SRC_H +#define GCC_F_SRC_H #include "bad.h" #include "top.h" @@ -137,4 +137,4 @@ int ffesrc_strncmp_2c (ffeCase mcase, const char *var, const char *str_uc, /* End of #include file. */ -#endif +#endif /* ! GCC_F_SRC_H */ |