diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 20:08:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 20:08:44 (GMT) |
commit | d93c5653fd3526ba1f67b10ebadab01d5cea565f (patch) | |
tree | 7261dbaa2b53f4af29a37f104641c462832ca748 /src/H5E.c | |
parent | fc4bcbc21f9a530aa03e1525516507de2c8dadb5 (diff) | |
download | hdf5-d93c5653fd3526ba1f67b10ebadab01d5cea565f.zip hdf5-d93c5653fd3526ba1f67b10ebadab01d5cea565f.tar.gz hdf5-d93c5653fd3526ba1f67b10ebadab01d5cea565f.tar.bz2 |
[svn-r5] ifdef'ed out the "H5Eset_push" function, which should only be used by
developers doing debugging.
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -345,6 +345,7 @@ done: PABLO_TRACE_OFF(H5E_mask, ID_H5Epush); /* ignore ret_value set */ } /* H5Epush */ +#ifdef H5_ERROR_DEBUG /*-------------------------------------------------------------------------- NAME H5Eset_push -- Set the function to call when an error value is reported @@ -391,4 +392,5 @@ done: FUNC_LEAVE(H5E_mask, ID_H5Eset_push, ret_value); } /* H5Eset_push */ +#endif /* H5_ERROR_DEBUG */ |