From: Matt Kraai Date: Thu, 7 Dec 2000 16:11:50 +0000 (-0000) Subject: Get rid of redundant TRUE and FALSE definitions. X-Git-Tag: 0_48~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87afb526b534a962b471e1531702129b54bd5ac4;p=platform%2Fupstream%2Fbusybox.git Get rid of redundant TRUE and FALSE definitions. --- diff --git a/coreutils/tr.c b/coreutils/tr.c index 96e2c2b..3e34e68 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -34,13 +34,6 @@ #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 --- a/tr.c +++ b/tr.c @@ -34,13 +34,6 @@ #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 */