mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-29 14:40:25 +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
|
#define bb_need_write_error
|
||||||
#include "messages.c"
|
#include "messages.c"
|
||||||
|
|
||||||
#ifdef TRUE
|
|
||||||
#undef TRUE
|
|
||||||
#undef FALSE
|
|
||||||
#define TRUE 1
|
|
||||||
#define FALSE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ASCII 0377
|
#define ASCII 0377
|
||||||
|
|
||||||
/* some glabals shared across this file */
|
/* some glabals shared across this file */
|
||||||
|
7
tr.c
7
tr.c
@ -34,13 +34,6 @@
|
|||||||
#define bb_need_write_error
|
#define bb_need_write_error
|
||||||
#include "messages.c"
|
#include "messages.c"
|
||||||
|
|
||||||
#ifdef TRUE
|
|
||||||
#undef TRUE
|
|
||||||
#undef FALSE
|
|
||||||
#define TRUE 1
|
|
||||||
#define FALSE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ASCII 0377
|
#define ASCII 0377
|
||||||
|
|
||||||
/* some glabals shared across this file */
|
/* some glabals shared across this file */
|
||||||
|
Loading…
Reference in New Issue
Block a user