/* 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.
#ifndef WARSHALL_H_
# define WARSHALL_H_
-void RTC PARAMS ((unsigned *, int));
+void RTC PARAMS ((bitset *, int));
#endif /* !WARSHALL_H_ */