summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-09-08 22:58:59 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-09-08 22:58:59 (GMT)
commited2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf (patch)
treef1f321e916966b5a0399cc380d9f835e5ed20363 /test/hyperslab.c
parente9164bb70c3ca6ccaa8be84d4a3229aafa4edff6 (diff)
downloadhdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.zip
hdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.tar.gz
hdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.tar.bz2
[svn-r2528] Linking errors occured with these files. They link with libh5test, but
libh5test wants FILENAME to be defined. I have no clue why this was working before...
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 114336a..b87ce7d 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -15,6 +15,10 @@
#include <H5MMprivate.h>
#include <H5Vprivate.h>
+const char *FILENAME[] = {
+ NULL
+};
+
#ifndef HAVE_FUNCTION
#undef __FUNCTION__
#define __FUNCTION__ ""