Use standard bool types.

I'm using `stdbool.h` for the few remaining C files.  That will
have to change, soon.
This commit is contained in:
2025-08-21 13:59:12 -04:00
parent cc657de8fb
commit d1f5756670
35 changed files with 280 additions and 279 deletions

View File

@ -18,7 +18,6 @@ typedef unsigned char uchar_t;
typedef unsigned short ushort_t;
typedef unsigned long ulong_t;
typedef unsigned int uint_t;
typedef unsigned char bool_t;
#endif /* __D_SIZE_H__ */