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
The output from running cfunctions on tests/ok-verbatim.c is utter nonsense:
/* This file was generated by the following command: ./cfunctions tests/ok-verbatim.c */ #ifndef CFH_OK_VERBATIM_H #define CFH_OK_VERBATIM_H #line 16 "tests/ok-verbatim.c" typedef int fuga; #if 0 99 #line 21 "tests/ok-verbatim.c" #if 0 #endif int jub; #endif /* 0 */
An extra #if 0 has been added to the output, and there is also a stray 99 in the output.
The text was updated successfully, but these errors were encountered:
Add TODO tests for line number and verbatim issues
81c371f
#17 #16 #14
This is partially fixed and the initialiser marked as fixed in the following two commits.
commit 5a4531c Author: Ben Bullock benkasminbullock@gmail.com Date: Fri Apr 28 12:38:35 2017 +0900
Change initialiser from todo test to normal test
commit 947f448 Author: Ben Bullock benkasminbullock@gmail.com Date: Fri Apr 28 12:37:11 2017 +0900
Remove unused argument; discard initialiser values
Sorry, something went wrong.
No branches or pull requests
The output from running cfunctions on tests/ok-verbatim.c is utter nonsense:
An extra #if 0 has been added to the output, and there is also a stray 99 in the output.
The text was updated successfully, but these errors were encountered: