Skip to content
Snippets Groups Projects
Verified Commit e0cb073b authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor: fix bug in file reported when error encountered after a file has been included

closes #42

(cherry picked from commit 12296b62)
parent f544aa3a
No related branches found
No related tags found
No related merge requests found
Pipeline #3083 passed
......@@ -86,6 +86,7 @@ Include::interpret(ostream &output, bool no_line_macro, vector<filesystem::path>
{
error(StackTrace("@#include", e.what(), location));
}
printLineInfo(output, no_line_macro);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment