diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-11 16:07:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-11 16:07:59 (GMT) |
commit | 7fd9e85f62084d0ca81fbeb27d75e072a48acf6d (patch) | |
tree | 062be564e549f36d7960bb078cec17c7a0cfc8f9 /test/ttsafe.c | |
parent | dd4203674a35d499e8c21980048e4149032cfdf9 (diff) | |
download | hdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.zip hdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.tar.gz hdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.tar.bz2 |
[svn-r2532] Added a trivial FILENAME definition to those programs linked with
h5test.o, which requires the definition to work...
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r-- | test/ttsafe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c index 6920321..ae21c5a 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -45,6 +45,10 @@ static char RcsId[] = "@(#)$Revision$"; #include <stdarg.h> #include <ttsafe.h> +const char *FILENAME[] = { + NULL +}; + #ifndef H5_HAVE_THREADSAFE int main(void) { |