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/threaddispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index b98ae2a6bc..4911ab5342 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -171,7 +171,7 @@ void _Thread_Dispatch( void ) if ( _Thread_Do_post_task_switch_extension || executing->do_post_task_switch_extension ) { - executing->do_post_task_switch_extension = FALSE; + executing->do_post_task_switch_extension = false; _API_extensions_Run_postswitch(); } -- cgit v1.2.3