summaryrefslogtreecommitdiffstats
path: root/src/H5overflow.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-27 20:06:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-27 20:06:15 (GMT)
commit9542a0e21258dc9a6cddd2768312e66a4e9e2e12 (patch)
tree4b526763329c509ca81efe7384bfd79d2a286a25 /src/H5overflow.txt
parent451887585360c787dec42da3ffdb65c519e6ef02 (diff)
downloadhdf5-9542a0e21258dc9a6cddd2768312e66a4e9e2e12.zip
hdf5-9542a0e21258dc9a6cddd2768312e66a4e9e2e12.tar.gz
hdf5-9542a0e21258dc9a6cddd2768312e66a4e9e2e12.tar.bz2
[svn-r18639] Description:
Bring r18619:18638 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5overflow.txt')
-rw-r--r--src/H5overflow.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5overflow.txt b/src/H5overflow.txt
index ea62fa0..c093fd5 100644
--- a/src/H5overflow.txt
+++ b/src/H5overflow.txt
@@ -33,8 +33,10 @@
unsigned, UNSIGNED;
int, SIGNED;
uint8_t, UNSIGNED;
+uint16_t, UNSIGNED;
uint32_t, UNSIGNED;
uint64_t, UNSIGNED;
+ptrdiff_t, SIGNED;
size_t, UNSIGNED;
ssize_t, SIGNED;
haddr_t, UNSIGNED;