From 684245d6cecd793ca44cf23e6206b6a2a09f046e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 19 Jul 2006 22:27:49 +0000 Subject: Changes to support building for eCos 1.3.1. This has been tested with file: URLs only. --- src/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/setup.h b/src/setup.h index e911922c9..78cb11593 100644 --- a/src/setup.h +++ b/src/setup.h @@ -116,7 +116,7 @@ #define FALSE 0 #endif -#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) +#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(__ECOS) && !defined(typedef_bool) typedef unsigned char bool; #define typedef_bool #endif -- cgit v1.2.3