-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Error when generating from a certain syntax structure #355
Comments
@KristofferC I can't parse this C code https://cdecl.org also gives a syntax error. |
You could remove the parameter name
|
it is used here https://github.com/dankamongmen/notcurses/blob/4f91a717d1e37df95080847e0eeb0cd6ece9cf10/include/notcurses/notcurses.h#L1373-L1374. Gcc seems to be ok with it:
|
I have some code that structurally looks like:
When trying to generate this I hit #354 because:
in
Clang.jl/src/generator/system_deps.jl
Lines 11 to 12 in 2c9230d
The text was updated successfully, but these errors were encountered: