X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d7913476c462b480f11e14b6829942f2691c6c01..550245801ebf0b39ba470fa5e9be8eb8a576134b:/src/warshall.h diff --git a/src/warshall.h b/src/warshall.h index 02c2e757..15d8c800 100644 --- a/src/warshall.h +++ b/src/warshall.h @@ -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_ */