Changes to support building for eCos 1.3.1. This has been tested with
file: URLs only.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user