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/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/version.h') diff --git a/gcc/version.h b/gcc/version.h index b7bb570..9941649 100644 --- a/gcc/version.h +++ b/gcc/version.h @@ -1,4 +1,4 @@ -#ifndef __GCC_VERSION_H__ -#define __GCC_VERSION_H__ +#ifndef GCC_VERSION_H +#define GCC_VERSION_H extern const char *const version_string; -#endif /* __GCC_VERSION_H__ */ +#endif /* ! GCC_VERSION_H */ -- cgit v1.1