From aae7f1a12b1d5bfe7233ce45532dba3ce651357b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Dec 2008 05:52:32 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/score/src/coretod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/coretod.c') diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c index f672c43455..4da8dd4b4f 100644 --- a/cpukit/score/src/coretod.c +++ b/cpukit/score/src/coretod.c @@ -42,6 +42,6 @@ void _TOD_Handler_initialization(void) _Timestamp_Set_to_zero( &_TOD_Uptime ); /* TOD has not been set */ - _TOD_Is_set = FALSE; + _TOD_Is_set = false; _TOD_Activate(); } -- cgit v1.2.3