diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-13 22:14:18 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-13 22:14:18 (GMT) |
commit | 7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff (patch) | |
tree | fea17aa41b0fc2aea7320df47c098218c0b35305 /config | |
parent | e99c8dd6bc7e7901e6f56547da2adb6a08b32d7c (diff) | |
download | hdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.zip hdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.tar.gz hdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.tar.bz2 |
[svn-r19779] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 6debc5f..171d7c7 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -638,7 +638,7 @@ #define H5_SIZEOF_OFF_T @H5_SIZEOF_OFF_T@ /* The size of `ptrdiff_t', as computed by sizeof. */ -#define H5_SIZEOF_PTRDIFF_T @H5_SIZEOF_PTRDIFF_T@ +/* #define H5_SIZEOF_PTRDIFF_T @H5_SIZEOF_PTRDIFF_T@ */ /* The size of `short', as computed by sizeof. */ #define H5_SIZEOF_SHORT @H5_SIZEOF_SHORT@ |