diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-07 16:11:50 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-07 16:11:50 +0000 |
commit | 149992fe7eb83508abdfc2ccd345768f0699e36c (patch) | |
tree | b1a529941a297d050ec61a69b45695cc483a8214 | |
parent | 2173518fc0ad0334fb71c38b45e4f393786705cd (diff) | |
download | busybox-w32-149992fe7eb83508abdfc2ccd345768f0699e36c.tar.gz busybox-w32-149992fe7eb83508abdfc2ccd345768f0699e36c.tar.bz2 busybox-w32-149992fe7eb83508abdfc2ccd345768f0699e36c.zip |
Get rid of redundant TRUE and FALSE definitions.
git-svn-id: svn://busybox.net/trunk/busybox@1396 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | coreutils/tr.c | 7 | ||||
-rw-r--r-- | tr.c | 7 |
2 files changed, 0 insertions, 14 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 @@ | |||
34 | #define bb_need_write_error | 34 | #define bb_need_write_error |
35 | #include "messages.c" | 35 | #include "messages.c" |
36 | 36 | ||
37 | #ifdef TRUE | ||
38 | #undef TRUE | ||
39 | #undef FALSE | ||
40 | #define TRUE 1 | ||
41 | #define FALSE 0 | ||
42 | #endif | ||
43 | |||
44 | #define ASCII 0377 | 37 | #define ASCII 0377 |
45 | 38 | ||
46 | /* some glabals shared across this file */ | 39 | /* some glabals shared across this file */ |
@@ -34,13 +34,6 @@ | |||
34 | #define bb_need_write_error | 34 | #define bb_need_write_error |
35 | #include "messages.c" | 35 | #include "messages.c" |
36 | 36 | ||
37 | #ifdef TRUE | ||
38 | #undef TRUE | ||
39 | #undef FALSE | ||
40 | #define TRUE 1 | ||
41 | #define FALSE 0 | ||
42 | #endif | ||
43 | |||
44 | #define ASCII 0377 | 37 | #define ASCII 0377 |
45 | 38 | ||
46 | /* some glabals shared across this file */ | 39 | /* some glabals shared across this file */ |