]> git.saurik.com Git - bison.git/blobdiff - src/warshall.h
* src/closure.c (firsts): Now, also a bitset.
[bison.git] / src / warshall.h
index 02c2e75773ee292c6b299f0f22b5b960de0b572f..15d8c8006698fdb89153c099948d43c42d26bb14 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate transitive closure of a matrix,
-   Copyright (C) 1984, 1989, 2000 Free Software Foundation, Inc.
+   Copyright 1984, 1989, 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -21,5 +21,5 @@
 #ifndef WARSHALL_H_
 # define WARSHALL_H_
 
-void RTC PARAMS ((unsigned *, int));
+void RTC PARAMS ((bitset *, int));
 #endif /* !WARSHALL_H_ */