From 333ca4af8e8c7c1e085bcc76862850c27889df5b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 29 Jan 2008 02:01:56 +0000 Subject: [PATCH] Eliminate incorrect reference to HAVE__BOOL. --- v7/src/microcode/confshared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/confshared.h b/v7/src/microcode/confshared.h index 171ded7b9..015f8272e 100644 --- a/v7/src/microcode/confshared.h +++ b/v7/src/microcode/confshared.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: confshared.h,v 11.13 2007/09/04 03:35:19 riastradh Exp $ +$Id: confshared.h,v 11.14 2008/01/29 02:01:56 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -93,7 +93,7 @@ USA. #ifdef HAVE_STDBOOL_H # include #else -# if !HAVE__BOOL +# ifndef HAVE__BOOL # ifdef __cplusplus typedef bool _Bool; # else -- 2.25.1