Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compile: do not use true and false C constants.
It simplifies generated code and will allow latter to drop the bool type in nit_common.h Defining "bool", "true", and "false" can cause collision with some C libraries (and is not compatible with C++ for those that care). Signed-off-by: Jean Privat <[email protected]>
- Loading branch information