diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-07 02:15:58 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:25 (GMT) |
commit | a52f4135f92c9aa59006ba2462ea61cad8771b30 (patch) | |
tree | 158637075ea6f301649535beba380215506fe98c /src | |
parent | fd374fb23436970a04b37d4dde868fe428fcccaa (diff) | |
download | hdf5-a52f4135f92c9aa59006ba2462ea61cad8771b30.zip hdf5-a52f4135f92c9aa59006ba2462ea61cad8771b30.tar.gz hdf5-a52f4135f92c9aa59006ba2462ea61cad8771b30.tar.bz2 |
add new type support
Diffstat (limited to 'src')
-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; |