From 5b2be34998da939e327419505e4645b75caeb6e7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Sep 2008 07:04:38 +0000 Subject: Eliminate "boolean". --- cpukit/itron/include/itronsys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/itron/include/itronsys/types.h') diff --git a/cpukit/itron/include/itronsys/types.h b/cpukit/itron/include/itronsys/types.h index 2c8347ef68..a580bf4ffb 100644 --- a/cpukit/itron/include/itronsys/types.h +++ b/cpukit/itron/include/itronsys/types.h @@ -59,7 +59,7 @@ typedef void (*FP)(void); /* program start address */ typedef int32_t INT; /* Signed integer (bit width of processor) */ typedef uint32_t UINT; /* Unsigned integer (bit width of processor) */ -typedef boolean BOOL; /* Boolean value. TRUE (1) or FALSE (0). */ +typedef bool BOOL; /* Boolean value. TRUE (1) or FALSE (0). */ typedef int16_t FN; /* Function code. Signed integer. Maximum 2 bytes. */ typedef int ID; /* Object ID number (???id) */ /* Value range depends on the system. Usually */ -- cgit v1.2.3