data: _Bool to bool
* changed internal typename of "_Bool" to "bool".
This commit is contained in:
@@ -74,6 +74,11 @@ namespace utility
|
||||
qualifierList.addQualifier(DataTypeQualifierList::QUALIFIER_CONST);
|
||||
}
|
||||
|
||||
if (typeName == "_Bool")
|
||||
{
|
||||
typeName = "bool";
|
||||
}
|
||||
|
||||
return DataType(typeName, qualifierList, modifierStack);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user