Skip to content
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

Fcd crashes when parsing a parameterless prototype #41

Open
fay59 opened this issue Feb 26, 2017 · 1 comment
Open

Fcd crashes when parsing a parameterless prototype #41

fay59 opened this issue Feb 26, 2017 · 1 comment
Labels

Comments

@fay59
Copy link
Owner

fay59 commented Feb 26, 2017

Fcd crashes when it tries to parse a C header that contains a function prototype that has no parameters, like int foo();. The proper C syntax to mean that foo takes no parameter is int foo(void);, but this probably should be fixed.

@fay59 fay59 added the bug label Feb 26, 2017
@fay59
Copy link
Owner Author

fay59 commented Mar 9, 2017

These repro steps are inaccurate. I should take better note next time I see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant