Loading lib/setup.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ #define FALSE 0 #endif #if !defined(__cplusplus) && !defined(__BEOS__) #if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef unsigned char bool; #define typedef_bool #endif Loading src/setup.h +2 −3 Original line number Diff line number Diff line Loading @@ -69,10 +69,9 @@ #define FALSE 0 #endif #ifndef __cplusplus #ifndef typedef_bool #if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef char bool; #endif #define typedef_bool #endif #ifndef OS Loading Loading
lib/setup.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ #define FALSE 0 #endif #if !defined(__cplusplus) && !defined(__BEOS__) #if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef unsigned char bool; #define typedef_bool #endif Loading
src/setup.h +2 −3 Original line number Diff line number Diff line Loading @@ -69,10 +69,9 @@ #define FALSE 0 #endif #ifndef __cplusplus #ifndef typedef_bool #if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef char bool; #endif #define typedef_bool #endif #ifndef OS Loading