diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-01 18:28:18 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-01 18:28:18 (GMT) |
commit | 753190f8c13f2ad1639f28aaa8682eeaa8ccca00 (patch) | |
tree | 0b11d242acd2b1edea600155a720342ad6887597 /src/H5Tcompound.c | |
parent | 5b1292e39b5d0bb25215fa9354a77f9a78dcf085 (diff) | |
download | hdf5-753190f8c13f2ad1639f28aaa8682eeaa8ccca00.zip hdf5-753190f8c13f2ad1639f28aaa8682eeaa8ccca00.tar.gz hdf5-753190f8c13f2ad1639f28aaa8682eeaa8ccca00.tar.bz2 |
[svn-r9350] *** empty log message ***
Diffstat (limited to 'src/H5Tcompound.c')
-rw-r--r-- | src/H5Tcompound.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Tcompound.c b/src/H5Tcompound.c index 7abcafc..cbb269c 100644 --- a/src/H5Tcompound.c +++ b/src/H5Tcompound.c @@ -36,7 +36,6 @@ #define H5T_COMPND_INC 64 /*typical max numb of members per struct */ /* Static local functions */ -static size_t H5T_get_member_offset(const H5T_t *dt, unsigned membno); static herr_t H5T_pack(H5T_t *dt); @@ -134,7 +133,7 @@ done: * *------------------------------------------------------------------------- */ -static size_t +size_t H5T_get_member_offset(const H5T_t *dt, unsigned membno) { size_t ret_value; |