1
0
mirror of synced 2026-04-27 12:40:28 +00:00

Merge pull request #10 from hansiglaser/master

fixed Verilog parser filename and line numbering issue with include files
This commit is contained in:
Clifford Wolf
2013-08-21 09:47:06 -07:00

View File

@@ -71,7 +71,9 @@ namespace VERILOG_FRONTEND {
"`file_pop"[^\n]*\n {
current_filename = fn_stack.back();
fn_stack.pop_back();
frontend_verilog_yyset_lineno(ln_stack.back());
ln_stack.pop_back();
}
"`file_notfound "[^\n]* {