You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments