We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we compile Doom using standard C99 (when "true" and "false" weren't reserved words). "boolean" typedef is here:
zkllvm-doomreplay/zkldoom/doomtype.h
Lines 80 to 85 in 584155e
In the same time ZKLLVM's stdlib uses type "bool"(added in later standards) in ctype.h header.
ctype.h
Need to find a workaround for this problem
The text was updated successfully, but these errors were encountered:
still paused - will deal with it when multiple files will be linked
Sorry, something went wrong.
No branches or pull requests
we compile Doom using standard C99 (when "true" and "false" weren't reserved words). "boolean" typedef is here:
zkllvm-doomreplay/zkldoom/doomtype.h
Lines 80 to 85 in 584155e
In the same time ZKLLVM's stdlib uses type "bool"(added in later standards) in
ctype.h
header.Need to find a workaround for this problem
The text was updated successfully, but these errors were encountered: