diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-07 02:15:58 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-07 02:15:58 (GMT) |
commit | 30ac64d83aff5e022d51a17fd6c1d72903ae4f02 (patch) | |
tree | e69a4f5f89b55b6f023e2d77fc243b683c0c62ba | |
parent | 0a2bb11b248df6841daabca3970df5d8504adfc7 (diff) | |
download | hdf5-30ac64d83aff5e022d51a17fd6c1d72903ae4f02.zip hdf5-30ac64d83aff5e022d51a17fd6c1d72903ae4f02.tar.gz hdf5-30ac64d83aff5e022d51a17fd6c1d72903ae4f02.tar.bz2 |
add new type support
-rw-r--r-- | src/H5overflow.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5overflow.txt b/src/H5overflow.txt index a9e5099..ed71b98 100644 --- a/src/H5overflow.txt +++ b/src/H5overflow.txt @@ -29,6 +29,7 @@ # Creation Date: 2009/04/09 unsigned, UNSIGNED; +int8_t, SIGNED; int, SIGNED; int64_t, SIGNED; uint8_t, UNSIGNED; |