Skip to content

Commit

Permalink
Remove no .END directive message
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Mar 22, 2024
1 parent 7818450 commit bfb98b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/converter/parse_spice.ypp
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,9 @@ Input:
spice_title = $1;
}
| InputList {
fprintf (stderr, "spice notice, no .END directive found, continuing\n");
}
| TitleLine InputList {
spice_title = $1;
fprintf (stderr, "spice notice, no .END directive found, continuing\n");
}
;

Expand Down

0 comments on commit bfb98b1

Please sign in to comment.