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/hyperslab.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/hyperslab.c')
-rw-r--r-- | test/hyperslab.c | 4 |
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__ "" |