Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-06 03:39:58 +00:00
parent b9073c3792
commit f0157b8fd8
22 changed files with 46 additions and 46 deletions

View File

@@ -44,7 +44,7 @@ const char *Get_Longest_Name()
void Allocate_majority_of_workspace( int smallest )
{
boolean result;
bool result;
Heap_Information_block info;
void *temp;