summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/warshall.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/warshall.c')
-rw-r--r--usr.bin/yacc/warshall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c
index 3c7bf1c..e2db00a 100644
--- a/usr.bin/yacc/warshall.c
+++ b/usr.bin/yacc/warshall.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include "defs.h"
-static void transitive_closure __P((unsigned *, int));
+static void transitive_closure(unsigned *, int);
static void
transitive_closure(R, n)
OpenPOWER on IntegriCloud