X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/68f91d58f15abe21c65a8b4d7022ccb854c857dc..cc8962bdde81b04aa728aef21e53b4a08a0debfe:/src/relation.h diff --git a/src/relation.h b/src/relation.h index 7f0d3f4b..b44e1a7f 100644 --- a/src/relation.h +++ b/src/relation.h @@ -26,7 +26,7 @@ If GRAPH is a relation, then GRAPH[Node] is a list of adjacent nodes, ended with END_NODE. */ -#define END_NODE ((relation_node) -1) +# define END_NODE ((relation_node) -1) typedef size_t relation_node; typedef relation_node *relation_nodes;