diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index 12bada4..d5e5509 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -60,7 +60,8 @@ typedef int herr_t; * printf("error determining whether data type is committed\n"); * } */ -typedef int hbool_t; +typedef unsigned int hbool_t; /* For truly boolean values */ +typedef int htri_t; /* For values that might be TRUE/FALSE/FAIL */ /* * The sizes of file-objects in hdf5 have their own types defined here. On |