From 95b84adb9b4b3270eb44d415be3d6bce00366729 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 Dec 2004 14:05:07 +0000 Subject: precaution to prevent double typedefs of the bool --- src/setup.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/setup.h b/src/setup.h index 5c9b19cfa..288a01220 100644 --- a/src/setup.h +++ b/src/setup.h @@ -69,10 +69,9 @@ #define FALSE 0 #endif -#ifndef __cplusplus -#ifndef typedef_bool +#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef char bool; -#endif +#define typedef_bool #endif #ifndef OS -- cgit v1.2.3