diff options
-rw-r--r-- | usr.bin/tsort/tsort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index ce35207..259eb4c 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -75,7 +75,7 @@ static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; * * Michael Rendell, michael@stretch.cs.mun.ca - Feb 26, '90 */ -#define HASHSIZE 53 /* doesn't need to be big */ + #define NF_MARK 0x1 /* marker for cycle detection */ #define NF_ACYCLIC 0x2 /* this node is cycle free */ #define NF_NODEST 0x4 /* Unreachable */ |