Skip to content

Commit

Permalink
Revert _Bool type utilization and fix aliasing (#127)
Browse files Browse the repository at this point in the history
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
ChAoSUnItY authored Apr 2, 2024
1 parent 5979cb8 commit cb49429
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 114 deletions.
Loading

0 comments on commit cb49429

Please sign in to comment.