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
Due to the following SDCC bugs, https://sourceforge.net/p/sdcc/bugs/3121/ https://sourceforge.net/p/sdcc/feature-requests/797/
struct need curly braces for initialization. But LLVM-CBE didn't know this.
struct
For now, this error occurs when compiling operations related to Duration.
Duration
We can consider making another treesitter layer to detour this.
/home/zlfn/rust-gb/template/out/out.c:608: error 69: struct/union/array '': initialization needs curly braces ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to the following SDCC bugs,
https://sourceforge.net/p/sdcc/bugs/3121/
https://sourceforge.net/p/sdcc/feature-requests/797/
struct
need curly braces for initialization. But LLVM-CBE didn't know this.For now, this error occurs when compiling operations related to
Duration
.We can consider making another treesitter layer to detour this.
The text was updated successfully, but these errors were encountered: