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
#include "ok-arg.h" int funkyfunc (int x)
in link-arg.c results in
#line 4 "link-arg.c" int funkyfunc (int x );
in the output, obviously off by one.
The text was updated successfully, but these errors were encountered:
Add TODO tests for line number and verbatim issues
81c371f
#17 #16 #14
The specific tested issue was resolved with this commit:
commit 1a02969 Author: Ben Bullock benkasminbullock@gmail.com Date: Sat Apr 29 09:41:15 2017 +0900
Discard yylineno and calculate line numbers itself
Further issues with the line numbers can be entered as necessary.
Sorry, something went wrong.
No branches or pull requests
in link-arg.c results in
in the output, obviously off by one.
The text was updated successfully, but these errors were encountered: