summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.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/ttsafe.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/ttsafe.c')
-rw-r--r--test/ttsafe.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index a228076..ae21c5a 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -43,9 +43,12 @@ static char RcsId[] = "@(#)$Revision$";
#endif
#include <stdarg.h>
-
#include <ttsafe.h>
+const char *FILENAME[] = {
+ NULL
+};
+
#ifndef H5_HAVE_THREADSAFE
int main(void)
{