mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 21:00:10 +00:00
Get rid of redundant TRUE and FALSE definitions.
This commit is contained in:
parent
1e1d9d1c95
commit
87afb526b5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user