From 6c12aec0650210f4edf418924f53ce13ee969262 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 3 Aug 1998 10:59:02 +0000 Subject: [PATCH] Fixed garbage after comment after #endif. Fixed reversed sense of same comment. --- include/iso646.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/iso646.h b/include/iso646.h index e8bc7a59c76d..94f3de69c9fc 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: iso646.h,v 1.1 1998/08/01 13:42:12 alex Exp $ */ #ifndef _ISO646_H_ @@ -41,4 +41,4 @@ #define xor ^ #define xor_eq ^= -#endif /* _ISO646_H_ */_ +#endif /* !_ISO646_H_ */