diff options
Diffstat (limited to 'gcc/f/std.h')
-rw-r--r-- | gcc/f/std.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/std.h b/gcc/f/std.h index bfad671bb25..ea8292cc8dc 100644 --- a/gcc/f/std.h +++ b/gcc/f/std.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_std -#define _H_f_std +#ifndef GCC_F_STD_H +#define GCC_F_STD_H /* Simple definitions and enumerations. */ @@ -295,4 +295,4 @@ void ffestd_any (void); /* End of #include file. */ -#endif +#endif /* ! GCC_F_STD_H */ |