Module Name:    othersrc
Committed By:   dholland
Date:           Sat Mar 23 18:58:44 UTC 2013

Modified Files:
        othersrc/usr.bin/dholland-make2: suff.c

Log Message:
Oops, left CLEANUP on for testing; turn it off again.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 othersrc/usr.bin/dholland-make2/suff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/dholland-make2/suff.c
diff -u othersrc/usr.bin/dholland-make2/suff.c:1.21 othersrc/usr.bin/dholland-make2/suff.c:1.22
--- othersrc/usr.bin/dholland-make2/suff.c:1.21	Sat Mar 23 18:42:40 2013
+++ othersrc/usr.bin/dholland-make2/suff.c	Sat Mar 23 18:58:43 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: suff.c,v 1.21 2013/03/23 18:42:40 dholland Exp $	*/
+/*	$NetBSD: suff.c,v 1.22 2013/03/23 18:58:43 dholland Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -131,9 +131,7 @@
 #include	  "hash.h"
 #include	  "dir.h"
 
-MAKE_RCSID("$NetBSD: suff.c,v 1.21 2013/03/23 18:42:40 dholland Exp $");
-
-#define CLEANUP
+MAKE_RCSID("$NetBSD: suff.c,v 1.22 2013/03/23 18:58:43 dholland Exp $");
 
 /*
  * Structure describing an individual suffix.
@@ -2540,6 +2538,7 @@ Suff_Init(void)
  *----------------------------------------------------------------------
  */
 
+#ifdef CLEANUP
 static void
 sufflist_purge(struct sufflist *l)
 {
@@ -2553,6 +2552,7 @@ sufflist_purge(struct sufflist *l)
 	}
 	sufflist_setsize(l, 0);
 }
+#endif
 
 void
 Suff_End(void)

Reply via email to