2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
This commit is contained in:
Ralf Corsepius
2009-11-01 04:10:32 +00:00
parent 937132ea3b
commit 862202294b
+1
View File
@@ -1,5 +1,6 @@
2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
* tm15/task1.c: Make time_set a "bool".
Eliminate TRUE/FALSE.