1
0
mirror of https://github.com/sheumann/hush.git synced 2025-04-05 14:37:12 +00:00

Get rid of redundant TRUE and FALSE definitions.

This commit is contained in:
Matt Kraai 2000-12-07 16:11:50 +00:00
parent 1e1d9d1c95
commit 87afb526b5
2 changed files with 0 additions and 14 deletions
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 */

7
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 */