diff options
Diffstat (limited to 'gcc/f/stb.h')
-rw-r--r-- | gcc/f/stb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/stb.h b/gcc/f/stb.h index 6ee761d588c..a9b3acc586c 100644 --- a/gcc/f/stb.h +++ b/gcc/f/stb.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_stb -#define _H_f_stb +#ifndef GCC_F_STB_H +#define GCC_F_STB_H /* Simple definitions and enumerations. */ @@ -250,4 +250,4 @@ ffelexHandler ffestb_V027 (ffelexToken t); /* End of #include file. */ -#endif +#endif /* ! GCC_F_STB_H */ |