[svn-r8712] Fixed bugs in H5I code

This commit is contained in:
James Laird 2004-06-21 13:25:08 -05:00
parent a4db480904
commit 83ab4727e5
2 changed files with 12 additions and 1 deletions

View File

@ -285,7 +285,7 @@ done:
H5I_type_t H5I_register_type(H5I_type_t type_id, size_t hash_size, unsigned reserved, H5I_free_t free_func)
{
H5I_type_t ret_value; /* type ID to return */
H5I_id_type_t *type_ptr = NULL; /*ptr to the atomic type*/
H5I_id_type_t *type_ptr = NULL; /*ptr to the atomic type*/
int i;
int done;

View File

@ -152,6 +152,17 @@
#define color_H5Iget_ref "red"
#define color_H5Iget_type "red"
#define color_H5Iinc_ref "red"
#define color_H5Iregister "red"
#define color_H5Iregister_type "red"
#define color_H5Iobject_verify "red"
#define color_H5Iremove_verify "red"
#define color_H5Iinc_type_ref "red"
#define color_H5Idec_type_ref "red"
#define color_H5Iget_type_ref "red"
#define color_H5Isearch "red"
#define color_H5Inmembers "red"
#define color_H5Iclear_type "red"
#define color_H5Idestroy_type "red"
#define color_H5Rdereference "red"
#define color_H5Rcreate "red"