]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/kmp-test.c
Main: Removing an already removed event is always safe.
[libucw.git] / ucw / kmp-test.c
index cb18d03229234f6db7ffe44f24cb491eeeaf0633..038c6e751c2cfa230383fb7de448acf103313e07 100644 (file)
@@ -50,7 +50,7 @@ test1(void)
   kmp1_cleanup(&kmp);
 }
 
   kmp1_cleanup(&kmp);
 }
 
-#ifndef CONFIG_UCW_ONLY                /* This one depends on LIBCHARSET */
+#ifdef CONFIG_CHARSET          /* This one depends on libcharset */
 
 /* TEST2 - various tracing */
 
 
 /* TEST2 - various tracing */
 
@@ -203,7 +203,7 @@ int
 main(void)
 {
   test1();
 main(void)
 {
   test1();
-#ifndef CONFIG_UCW_ONLY
+#ifdef CONFIG_CHARSET
   test2();
 #endif
   test3();
   test2();
 #endif
   test3();