]> git.saurik.com Git - bison.git/blobdiff - src/relation.h
uniqstr wasn't being used for handle_syncline like it should.
[bison.git] / src / relation.h
index f8ecc59dc18266af5336ce3fc83faeef14f97f27..f79174c2487f744863f746c21eabefc3130cd5e5 100644 (file)
@@ -1,5 +1,5 @@
 /* Binary relations.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -27,7 +27,7 @@
    If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
    nodes, ended with -1.  */
 
-typedef short relation_node;
+typedef short int relation_node;
 typedef relation_node *relation_nodes;
 typedef relation_nodes *relation;