summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-09-22 19:49:32 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-09-22 19:49:32 (GMT)
commitace38083da1d7551eaedbc63b4a8242b721240c8 (patch)
treee08d1ad63a9d6b54d23a978c390cdc8e55c95af3 /testpar/testphdf5.h
parent0a69acf992053d4c665c1b1676972b98c1df13d0 (diff)
downloadhdf5-ace38083da1d7551eaedbc63b4a8242b721240c8.zip
hdf5-ace38083da1d7551eaedbc63b4a8242b721240c8.tar.gz
hdf5-ace38083da1d7551eaedbc63b4a8242b721240c8.tar.bz2
[svn-r9309] Purpose:
Cleanup Description: Remove old hack for H5Eget_auto() which is not needed any more. Reverse H5E_set_auto_stack(H5EDEFAULT,...) back to previous code of H5E_set_auto(...). Same for H5E_get_auto_stack. Platforms tested: Only tested in Eirene PP as the change is pretty straight forward. Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 2ab5047..877e88c 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -25,15 +25,6 @@
#define FALSE (!TRUE)
#endif /* !FALSE */
-/* temporary fix for restoring the H5EXXX API. */
-/* An ISO compliant compiler should handle the repeated name correctly. */
-/* If it barks at it, try change the second name to something like */
-/* H5E/@@/xxx where '@' is actually '*'. */
-#ifndef H5_WANT_H5_V1_6_COMPAT
-#define H5Eget_auto(func, data) H5Eget_auto(H5E_DEFAULT, func, data)
-#define H5Eset_auto(func, data) H5Eset_auto(H5E_DEFAULT, func, data)
-#endif
-
/* Define some handy debugging shorthands, routines, ... */
/* debugging tools */