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
Branches
Tags
No related merge requests found
This diff is collapsed.
...@@ -307,7 +307,7 @@ SendToFile : ...@@ -307,7 +307,7 @@ SendToFile :
{ {
$$ = (char*)"w"; $$ = (char*)"w";
} }
| '>' '>' | tGREATERGREATER
{ {
$$ = (char*)"a"; $$ = (char*)"a";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment