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.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c
index 8f1cd1c..3c7bf1c 100644
--- a/usr.bin/yacc/warshall.c
+++ b/usr.bin/yacc/warshall.c
@@ -34,16 +34,17 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#if 0
+#ifndef lint
+static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
+#endif
+#endif
+#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
-#ifndef lint
-static char const sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
-#endif
-
#include "defs.h"
static void transitive_closure __P((unsigned *, int));
OpenPOWER on IntegriCloud