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

View File

@ -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
View File

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