From 66501e5ecaefcb5f332500dceb2b4654adb8d4c1 Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Wed, 5 Jan 2005 20:45:33 +0000 Subject: [PATCH] included option -k to specify the number of keys to use --- src/cmph_structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmph_structs.c b/src/cmph_structs.c index 6c2f6dc..dc38f89 100644 --- a/src/cmph_structs.c +++ b/src/cmph_structs.c @@ -2,7 +2,7 @@ #include -#define DEBUG +//#define DEBUG #include "debug.h" mph_t *__mph_new(MPH_ALGO algo, key_source_t *key_source)