Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert _Bool type utilization and fix aliasing
Reverts all utilization of "_Bool" type in previous PR #124, which cuases unexpected stage 2 compilation failure described in #125. Additionally, fixed a minor aliasing token determination issue. This is resolved by hardcoded string comparison, which is only applicable for "_Bool" identifier token in this case.
- Loading branch information