Got rid of unused true/false defines.
authorWayne Davison <wayned@samba.org>
Sat, 7 Feb 2004 18:40:52 +0000 (18:40 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Feb 2004 18:40:52 +0000 (18:40 +0000)
wildtest.c

index 73e97a9..b5df9a5 100644 (file)
@@ -19,9 +19,6 @@ int wildmatch_errors = 0;
 
 typedef char bool;
 
-#define false 0
-#define true 1
-
 int output_iterations = 0;
 
 static struct poptOption long_options[] = {