summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-09-22 02:11:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-09-22 02:11:54 (GMT)
commitaf25c747adf228eacbd0625f8cd41f84cb3fbbc3 (patch)
tree3b9b221cf15e6ee39153fcfd8099b7b9568d7e18 /src/H5Spublic.h
parentfb238c24a5c6679c7555c95f887b7f4a49dbb640 (diff)
downloadhdf5-af25c747adf228eacbd0625f8cd41f84cb3fbbc3.zip
hdf5-af25c747adf228eacbd0625f8cd41f84cb3fbbc3.tar.gz
hdf5-af25c747adf228eacbd0625f8cd41f84cb3fbbc3.tar.bz2
[svn-r27851] Description:
Normalization changes that wouldn't otherwise be necessary if the VDS branch wasn't coming in shortly. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 37d3866..721c4bf 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -25,7 +25,7 @@
/* Define atomic datatypes */
#define H5S_ALL (hid_t)0
-#define H5S_UNLIMITED ((hsize_t)(hssize_t)(-1))
+#define H5S_UNLIMITED HSIZE_UNDEF
/* Define user-level maximum number of dimensions */
#define H5S_MAX_RANK 32