diff options
Diffstat (limited to 'gcc/f/sts.h')
-rw-r--r-- | gcc/f/sts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/sts.h b/gcc/f/sts.h index e1448cdc5fb..3ca494d81de 100644 --- a/gcc/f/sts.h +++ b/gcc/f/sts.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_sts -#define _H_f_sts +#ifndef GCC_F_STS_H +#define GCC_F_STS_H /* Simple definitions and enumerations. */ @@ -82,4 +82,4 @@ void ffests_puttext (ffests s, const char *text, ffestsLength length); /* End of #include file. */ -#endif +#endif /* ! GCC_F_STS_H */ |