diff options
Diffstat (limited to 'gcc/prefix.h')
-rw-r--r-- | gcc/prefix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/prefix.h b/gcc/prefix.h index b7c36487a55..03c0d191fc2 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -19,10 +19,10 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __GCC_PREFIX_H__ -#define __GCC_PREFIX_H__ +#ifndef GCC_PREFIX_H +#define GCC_PREFIX_H extern const char *update_path PARAMS ((const char *, const char *)); extern void set_std_prefix PARAMS ((const char *, int)); -#endif /* ! __GCC_PREFIX_H__ */ +#endif /* ! GCC_PREFIX_H */ |