Skip to content

Commit

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

0 comments on commit 19fee90

Please sign in to comment.