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

@@ -163,7 +163,7 @@ static short makebody_tga(ImBuf *ibuf, FILE *file, int (*out)(unsigned int, FILE
rect = temp;
last = this;
copy = FALSE;
copy = 0;
}
else {
while (*rect++ == this) { /* seek for first different byte */
@@ -189,7 +189,7 @@ static short makebody_tga(ImBuf *ibuf, FILE *file, int (*out)(unsigned int, FILE
}
if (out(last, file) == EOF) return 0;
}
copy = TRUE;
copy = 1;
}
}
}