diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 02:09:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 02:09:48 (GMT) |
commit | 3dd92875b2120db5047fd48ee0bc55fb1d1e1763 (patch) | |
tree | dfbc14b56725ef02dd431d41b9aab629d79e05a3 /test/cache_common.h | |
parent | 9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6 (diff) | |
download | hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.zip hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.tar.gz hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.tar.bz2 |
[svn-r18548] Description:
Minor cleanups to compile with PGI C compiler 10.x.
Tested on:
Linux 2.4/32 (jam) w/PGI 10.x C and F90 compilers
Diffstat (limited to 'test/cache_common.h')
-rw-r--r-- | test/cache_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.h b/test/cache_common.h index 0e20b97..9a7ac9f 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -516,7 +516,7 @@ struct expected_entry_status /* global variable externs: */ -extern const char *FILENAME[]; +extern const char *FILENAME[3]; extern hbool_t write_permitted; extern hbool_t pass; /* set to false on error */ |