Cadence virtual debug interface (vdebug) integration
[fw/openocd] / src / helper / types.h
index f3d5e04a35a917d84126320a14e2e80144b4bbaf..010529ffc3051c9774d8ac857a68b6359391dc29 100644 (file)
 #ifndef __cplusplus
 
 #define false  0
-#define true           1
+#define true   1
 
-typedef int _Bool;
-#else
-typedef bool _Bool;
 #endif /* __cplusplus */
 #endif /* HAVE__BOOL */
-
-#define bool _Bool
-
 #endif /* HAVE_STDBOOL_H */
 
 /// turns a macro argument into a string constant