Flag day warning!
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik
This commit is contained in:
parent
8cede00b9e
commit
2187adc619
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Some useful definitions */
|
/* Some useful definitions */
|
||||||
#define FALSE ((int) 1)
|
#define FALSE ((int) 0)
|
||||||
#define TRUE ((int) 0)
|
#define TRUE ((int) 1)
|
||||||
|
|
||||||
/* for mtab.c */
|
/* for mtab.c */
|
||||||
#define MTAB_GETMOUNTPT '1'
|
#define MTAB_GETMOUNTPT '1'
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Some useful definitions */
|
/* Some useful definitions */
|
||||||
#define FALSE ((int) 1)
|
#define FALSE ((int) 0)
|
||||||
#define TRUE ((int) 0)
|
#define TRUE ((int) 1)
|
||||||
|
|
||||||
/* for mtab.c */
|
/* for mtab.c */
|
||||||
#define MTAB_GETMOUNTPT '1'
|
#define MTAB_GETMOUNTPT '1'
|
||||||
|
Loading…
Reference in New Issue
Block a user