- globally search and replaced TRUE and FALSE in SW.

There were a handful of warnings afterward which were also addressed.
The SWBOOL type has not been handled yet.
This commit is contained in:
Christoph Oelckers 2020-09-09 19:52:52 +02:00
parent b2272bd377
commit 1a647e8104
46 changed files with 1276 additions and 1286 deletions

View file

@ -269,14 +269,4 @@ void bfirst_search_try(T *const list, uint8_t *const bitmap, T *const eltnumptr,
/* End dependence on compat.o object. */
////////// EDuke32-specific features //////////
#ifndef TRUE
# define TRUE 1
#endif
#ifndef FALSE
# define FALSE 0
#endif
#endif // compat_h_