Bugfix: undef conflicting define

This commit is contained in:
Simon Giraudot 2016-10-19 11:04:55 +02:00
parent 03d06f2180
commit 2017691e98
1 changed files with 2 additions and 0 deletions

View File

@ -1748,4 +1748,6 @@ inline Graph::termtype Graph::what_segment(node_id i)
return SINK;
}
#undef last_node
#endif