diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-03-09 23:06:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-03-09 23:06:07 (GMT) |
commit | 2c3234ef72e359439918da691dab5aa78baa0dbb (patch) | |
tree | fda04f4bdf76ad982a75e757fde5c629989137cc /src/H5Flow.c | |
parent | 362894fbb1b798dbbe81f193c6db1ee27eda5182 (diff) | |
download | hdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.zip hdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.tar.gz hdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.tar.bz2 |
[svn-r1128] Changes for T3E port.
H5Flow.c:
Document previous changes (same changes committed by Robb first.)
H5Fprivate.h:
Change DECODE macros to do sign extension.
(Sign extension can be skipped if machines use the exact sizes.)
H5Sall.c:
Fixed a typo in return value.
H5private.h:
Fixed a typo and also changed the strategy of the int16_t and
uint16_t typedef. Now will use short as long as it is at least
2 bytes big.
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r-- | src/H5Flow.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c index d0b96e2..1223f87 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -1023,6 +1023,9 @@ H5F_addr_hash(const haddr_t *addr, uintn mod) * Tuesday, October 23, 1998 * * Modifications: + * Albert Cheng, Feb 18, 1999 + * Changed objno to unsigned long type to be consistent with + * addr->offset and how it is being called. * *------------------------------------------------------------------------- */ |