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