Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define

This commit is contained in:
2014-04-01 11:34:00 +11:00
parent 2c00ecc738
commit 617557b08e
407 changed files with 3229 additions and 3199 deletions

View File

@@ -61,7 +61,7 @@
static int cache_break_test(void *UNUSED(cbd))
{
return (G.is_break == TRUE);
return (G.is_break == true);
}
static int ptcache_bake_all_poll(bContext *C)
{