Eliminate incorrect reference to HAVE__BOOL.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2008 02:01:56 +0000 (02:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2008 02:01:56 +0000 (02:01 +0000)
v7/src/microcode/confshared.h

index 171ded7b9b70da5d1c98959edad616607dfc109c..015f8272ebaab5e41021ebbc29f16ac4476a67c2 100644 (file)
@@ -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 <stdbool.h>
 #else
-#  if !HAVE__BOOL
+#  ifndef HAVE__BOOL
 #    ifdef __cplusplus
        typedef bool _Bool;
 #    else