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