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
Hello, similarly to #528, PyCParser does not accept case statements that do not have statements while GCC does.
Example:
int main() { int i = 0; switch (i) { case 0: i = 1; case 1: } return i; }
Is it possible for me to do a pull request with this feature?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Yes, please go ahead and create a PR
Sorry, something went wrong.
No branches or pull requests
Hello, similarly to #528, PyCParser does not accept case statements that do not have statements while GCC does.
Example:
Is it possible for me to do a pull request with this feature?
Thank you in advance.
The text was updated successfully, but these errors were encountered: