diff options
Diffstat (limited to 'gcc/f/bad.h')
-rw-r--r-- | gcc/f/bad.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/bad.h b/gcc/f/bad.h index 734022370cd..8589943cc46 100644 --- a/gcc/f/bad.h +++ b/gcc/f/bad.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_bad -#define _H_f_bad +#ifndef GCC_F_BAD_H +#define GCC_F_BAD_H /* Simple definitions and enumerations. */ @@ -105,4 +105,4 @@ void ffebad_string (const char *string); /* End of #include file. */ -#endif +#endif /* ! GCC_F_BAD_H */ |