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 /src | |
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 'src')
-rw-r--r-- | src/H5B2pkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h index 6307187..dd8f67b 100644 --- a/src/H5B2pkg.h +++ b/src/H5B2pkg.h @@ -248,7 +248,7 @@ H5_DLLVAR const H5B2_class_t H5B2_TEST[1]; #endif /* H5B2_TESTING */ /* Array of v2 B-tree client ID -> client class mappings */ -extern const H5B2_class_t *const H5B2_client_class_g[]; +extern const H5B2_class_t *const H5B2_client_class_g[H5B2_NUM_BTREE_ID]; /******************************/ |