Skip to content
Snippets Groups Projects
Commit e14edf5c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix parsing of >> (use tGREATERGREATER)

parent 4dad067b
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -307,7 +307,7 @@ SendToFile :
{
$$ = (char*)"w";
}
| '>' '>'
| tGREATERGREATER
{
$$ = (char*)"a";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment