From 88657302b711baa2b317b2bb91c93d0a03e16b36 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 25 May 2001 18:31:47 -0700 Subject: Standardize header guards. From-SVN: r42615 --- gcc/prefix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/prefix.h') diff --git a/gcc/prefix.h b/gcc/prefix.h index b7c3648..03c0d19 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 */ -- cgit v1.1