Get rid of redundant TRUE and FALSE definitions.
authorMatt Kraai <kraai@debian.org>
Thu, 7 Dec 2000 16:11:50 +0000 (16:11 -0000)
committerMatt Kraai <kraai@debian.org>
Thu, 7 Dec 2000 16:11:50 +0000 (16:11 -0000)
coreutils/tr.c
tr.c

index 96e2c2b..3e34e68 100644 (file)
 #define bb_need_write_error
 #include "messages.c"
 
-#ifdef TRUE
-#undef TRUE
-#undef FALSE
-#define TRUE   1
-#define FALSE  0
-#endif
-
 #define ASCII          0377
 
 /* some glabals shared across this file */
diff --git a/tr.c b/tr.c
index 96e2c2b..3e34e68 100644 (file)
--- a/tr.c
+++ b/tr.c
 #define bb_need_write_error
 #include "messages.c"
 
-#ifdef TRUE
-#undef TRUE
-#undef FALSE
-#define TRUE   1
-#define FALSE  0
-#endif
-
 #define ASCII          0377
 
 /* some glabals shared across this file */