diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 14:31:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 14:31:22 (GMT) |
commit | af9d015f46336c049b81667f104d0e0bc9ec90fc (patch) | |
tree | f29e7128113d014fe141ad1babec3d919de67f63 /test/cache_common.h | |
parent | 836d531494d4d6efad3416585e87bdf625ac4ffc (diff) | |
download | hdf5-af9d015f46336c049b81667f104d0e0bc9ec90fc.zip hdf5-af9d015f46336c049b81667f104d0e0bc9ec90fc.tar.gz hdf5-af9d015f46336c049b81667f104d0e0bc9ec90fc.tar.bz2 |
[svn-r18550] Description:
Bring r18548 from trunk to 1.8 branch:
Minor cleanups to compile with PGI C compiler 10.x.
Tested on:
Mac OS X/32 10.6.3 (amazon)
(tested on trunk)
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 e692a33..a13d64a 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -479,7 +479,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 */ |