Eliminate unnecessary defines of TRUE and FALSE.

main
Ian Romanick 2007-06-29 16:37:39 -07:00
parent 5da2a3c2d4
commit ec7730e5ba
1 changed files with 0 additions and 8 deletions

View File

@ -45,12 +45,4 @@ typedef unsigned int U32; /* 0 to 4294967295 */
typedef unsigned long U32; /* 0 to 4294967295 */
#endif
#ifndef TRUE
#define TRUE 1UL
#endif
#ifndef FALSE
#define FALSE 0UL
#endif
#endif