Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
This commit is contained in:
@@ -471,7 +471,7 @@ static const char *unit_find_str(const char *str, const char *substr)
|
||||
/* previous char cannot be a letter */
|
||||
if (str_found == str ||
|
||||
/* weak unicode support!, so "µm" won't match up be replaced by "m"
|
||||
* since non ascii utf8 values will NEVER return TRUE */
|
||||
* since non ascii utf8 values will NEVER return true */
|
||||
isalpha_or_utf8(*BLI_str_prev_char_utf8(str_found)) == 0)
|
||||
{
|
||||
/* next char cannot be alphanum */
|
||||
|
||||
Reference in New Issue
Block a user