changed commented #define's into #undef's

This commit is contained in:
eck
1990-03-14 12:49:16 +00:00
parent 3bcec5fe6c
commit d3208e42ca
5 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ static char rcsid[] = "$Header$";
* Author: Hans van Staveren
*/
/* #define CHK_HASH /* print numbers patterns are hashed to */
#undef CHK_HASH /* print numbers patterns are hashed to */
#ifdef CHK_HASH
#include <stdio.h>
#endif