diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-08 22:58:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-08 22:58:59 (GMT) |
commit | ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf (patch) | |
tree | f1f321e916966b5a0399cc380d9f835e5ed20363 /test/gass_read.c | |
parent | e9164bb70c3ca6ccaa8be84d4a3229aafa4edff6 (diff) | |
download | hdf5-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/gass_read.c')
-rw-r--r-- | test/gass_read.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gass_read.c b/test/gass_read.c index 74a39cd..afefae4 100644 --- a/test/gass_read.c +++ b/test/gass_read.c @@ -18,6 +18,10 @@ #include <h5test.h> #include <strings.h> +const char *FILENAME[] = { + NULL +}; + #ifndef H5_HAVE_GASS int main(void) { |