summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 8fa0cc4..336c624 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -22,8 +22,6 @@
/*
* Data types
*/
-typedef void VOID;
-typedef void *VOIDP;
typedef char char8;
typedef signed char int8;
typedef unsigned char uchar8, uint8;
@@ -99,11 +97,7 @@ typedef intn herr_t;
/*
* Boolean type.
*/
-typedef enum {
- BFAIL = (-1), /*error value */
- BFALSE = 0,
- BTRUE = 1
-} hbool_t;
+typedef int hbool_t;
#ifdef __cplusplus
extern "C" {