X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34ba97434f3440eb7e06619a2517b01a80b6fe5d..d8a0245ce78f1c5bfaae6bf60732251e519a78df:/src/warshall.h diff --git a/src/warshall.h b/src/warshall.h index ed3aeaf6..15d8c800 100644 --- a/src/warshall.h +++ b/src/warshall.h @@ -1,5 +1,5 @@ /* Generate transitive closure of a matrix, - Copyright 1984, 1989, 2000, 2001 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_ */