diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/H5private.h b/src/H5private.h index df0b852..9117c2e 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -396,11 +396,7 @@ typedef unsigned uintn; /* * File addresses. */ -typedef struct { - uint64_t offset; /*offset within an HDF5 file */ -} haddr_t; - -#define H5F_ADDR_UNDEF {((uint64_t)(-1L))} +typedef uint64_t haddr_t; /* * Maximum and minimum values. These should be defined in <limits.h> for the |