diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 17:50:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 17:50:47 (GMT) |
commit | 65aed6681bd788ca5fef80c8aa9242ae7915d00f (patch) | |
tree | d8a61b72af9e480b3bc63e66876d6fcc77cc1dcf /bin | |
parent | d4b53e37e12e4e2406953c504c6ec6915a771124 (diff) | |
download | hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.zip hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.tar.gz hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.tar.bz2 |
[svn-r25454] Description:
Bring change from trunk to 1.8 branch:
r25450:
Initial tweaks to align with VOL branch.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9
(h5committest not required, too small)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,7 @@ $Source = ""; "hobj_ref_t" => "r", "H5R_type_t" => "Rt", "char" => "s", + "unsigned char" => "s", "H5S_class_t" => "Sc", "H5S_seloper_t" => "Ss", "H5S_sel_type" => "St", @@ -138,6 +139,7 @@ $Source = ""; "H5T_conv_except_func_t" => "x", "H5Z_func_t" => "x", "H5Z_filter_func_t" => "x", + "va_list" => "x", "size_t" => "z", "H5Z_SO_scale_type_t" => "Za", "H5Z_class_t" => "Zc", |