diff options
Diffstat (limited to 'gcc/f/expr.h')
-rw-r--r-- | gcc/f/expr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/expr.h b/gcc/f/expr.h index 3f781f9..b82173b 100644 --- a/gcc/f/expr.h +++ b/gcc/f/expr.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_expr -#define _H_f_expr +#ifndef GCC_F_EXPR_H +#define GCC_F_EXPR_H /* Simple definitions and enumerations. */ @@ -191,4 +191,4 @@ void ffeexpr_type_combine (ffeinfoBasictype *nbt, ffeinfoKindtype *nkt, /* End of #include file. */ -#endif +#endif /* ! GCC_F_EXPR_H */ |