X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..75ae8299840bbd854fa2474d38402bbb933c6511:/src/relation.h?ds=sidebyside diff --git a/src/relation.h b/src/relation.h index 31efa705..b44e1a7f 100644 --- a/src/relation.h +++ b/src/relation.h @@ -1,6 +1,6 @@ /* Binary relations. - Copyright (C) 2002, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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;