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 (#127)
Reverts all utilization of "_Bool" type in previous PR #124, which causes unexpected stage 2 compilation failure. 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. Close #125
- Loading branch information