[PATCH] ibmphp: remove TRUE and FALSE
This patch removes the defines TRUE and FALSE and just uses 0 or 1. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
783c49fc50
commit
dc6712d126
@ -406,8 +406,6 @@ extern void ibmphp_hpc_stop_poll_thread (void);
|
||||
//----------------------------------------------------------------------------
|
||||
// HPC return codes
|
||||
//----------------------------------------------------------------------------
|
||||
#define FALSE 0x00
|
||||
#define TRUE 0x01
|
||||
#define HPC_ERROR 0xFF
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user