summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-12-16 21:08:59 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-12-16 21:08:59 (GMT)
commit953979f4a00f25a94a018ab6d979436991bd5620 (patch)
tree8e77017ce3668214ab3ce95144361e85d2257eb9 /test/hyperslab.c
parente615fc7a982c1817cf7d4c24adf9323604692310 (diff)
downloadhdf5-953979f4a00f25a94a018ab6d979436991bd5620.zip
hdf5-953979f4a00f25a94a018ab6d979436991bd5620.tar.gz
hdf5-953979f4a00f25a94a018ab6d979436991bd5620.tar.bz2
[svn-r147] ./test/dsets.c
./test/dtypes.c ./test/hyperslab.c ./test/istore.c Added a definition for __FUNCTION__. Changed a couple variable types. ./test/testhdf5.h The error stack is printed when something goes wrong.
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index f985608..64c731e 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -15,6 +15,9 @@
#include <H5MMprivate.h>
#include <H5Vprivate.h>
+#ifndef HAVE_FUNCTION
+#define __FUNCTION__ ""
+#endif
#define AT() printf (" at %s:%d in %s()\n",__FILE__,__LINE__,__FUNCTION__);
#define TEST_SMALL 0x0001