summaryrefslogtreecommitdiff
path: root/gtk/fnmatch.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-31 23:19:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-31 23:19:19 +0000
commit7ccbe8fe70598abf16899b154d2576a8878d7c87 (patch)
treefb99732572c629aa5932e75543bf491a965a630e /gtk/fnmatch.c
parent01fbc3b649d986fc7f2c1c7ea347ed0fe75119c0 (diff)
downloadgtk+-7ccbe8fe70598abf16899b154d2576a8878d7c87.tar.gz
#ifdef out test cases.
Diffstat (limited to 'gtk/fnmatch.c')
-rw-r--r--gtk/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/fnmatch.c b/gtk/fnmatch.c
index e6ccb4073d..6a677d8041 100644
--- a/gtk/fnmatch.c
+++ b/gtk/fnmatch.c
@@ -256,7 +256,7 @@ _gtk_fnmatch (const char *pattern,
return gtk_fnmatch_intern (pattern, string, TRUE);
}
-#define FNMATCH_TEST_CASES
+#undef FNMATCH_TEST_CASES
#ifdef FNMATCH_TEST_CASES
#define TEST(pat, str, result) \