diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-10-24 19:13:50 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-10-24 19:13:50 (GMT) |
commit | 1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7 (patch) | |
tree | 72411ca34c02e1b1c76b96cd71063d99d39dead8 /vms/src | |
parent | aa4fe8486fd86bc931de398d0274e8b3f5bb67e1 (diff) | |
download | hdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.zip hdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.tar.gz hdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.tar.bz2 |
[svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8.
Tested the change for 1.8 on VMS.
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 7293ada..603d20e 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -577,7 +577,7 @@ #define H5_SIZEOF_OFF64_T 0 /* The size of `off_t', as computed by sizeof. */ -#define H5_SIZEOF_OFF_T 4 +#define H5_SIZEOF_OFF_T 8 /* The size of `ptrdiff_t', as computed by sizeof. */ #define H5_SIZEOF_PTRDIFF_T 4 |