diff options
author | Matt Kraai <kraai@debian.org> | 2000-12-07 16:11:50 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-12-07 16:11:50 +0000 |
commit | 87afb526b534a962b471e1531702129b54bd5ac4 (patch) | |
tree | b1a529941a297d050ec61a69b45695cc483a8214 /coreutils | |
parent | 1e1d9d1c95341d3938571fdbff4aabfba6ca7c27 (diff) |
Get rid of redundant TRUE and FALSE definitions.
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/tr.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 96e2c2b5f..3e34e68fa 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 */ |