From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/score/src/interr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/interr.c') diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 4431c7b313..308636f72f 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -45,7 +45,7 @@ void _Internal_error_Occurred( Internal_errors_Source the_source, - boolean is_internal, + bool is_internal, uint32_t the_error ) { -- cgit v1.2.3