summaryrefslogtreecommitdiff
path: root/np_sdk/inc/nptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/inc/nptypes.h')
-rw-r--r--np_sdk/inc/nptypes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/np_sdk/inc/nptypes.h b/np_sdk/inc/nptypes.h
index 300128885cc3..d5faf5f4921c 100644
--- a/np_sdk/inc/nptypes.h
+++ b/np_sdk/inc/nptypes.h
@@ -104,17 +104,7 @@
#include <stdint.h>
#ifndef __cplusplus
- #if !defined(__GNUC__) || (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
#include <stdbool.h>
- #else
- /*
- * GCC 2.91 can't deal with a typedef for bool, but a #define
- * works.
- */
- #define bool int
- #define true 1
- #define false 0
- #endif
#endif
#endif