diff options
Diffstat (limited to 'gcc/f/stt.h')
-rw-r--r-- | gcc/f/stt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/stt.h b/gcc/f/stt.h index 341daa7a41d..e56e843fe30 100644 --- a/gcc/f/stt.h +++ b/gcc/f/stt.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_stt -#define _H_f_stt +#ifndef GCC_F_STT_H +#define GCC_F_STT_H /* Simple definitions and enumerations. */ @@ -227,4 +227,4 @@ void ffestt_tokenlist_kill (ffesttTokenList list); /* End of #include file. */ -#endif +#endif /* ! GCC_F_STT_H */ |