The below part in the code is giving error
#ifndef boolean
#define boolean int --- this line is coming in error
#endif
#define FALSE 0
#define TRUE 1
[ERROR] /u02/pyadn/release-01
error: multiple types in one declaration
[ERROR] #define boolean int
[ERROR] ^~~
What is wrong in this statement?