summaryrefslogtreecommitdiffstats
path: root/test/getname.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-09-25 14:50:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-09-25 14:50:49 (GMT)
commit12e30dc9b284cae8dd821ffec93c344b7fb0d96b (patch)
treeca1e34bd719276349c4f75a7c38d79d361ce2025 /test/getname.c
parentf9c3920d286b9d18156d1b7d85f14852345b5e74 (diff)
downloadhdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.zip
hdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.tar.gz
hdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.tar.bz2
[svn-r5947] Purpose:
Code cleanup Description: Clean up ID->name code: - Reformat to better match library coding standard - Changed several algorithms to be more efficient - Integrated into library more smoothly Platforms tested: eirene w/FORTRAN & C++ arabica w/FORTRAN modi4 w/FORTRAN & parallel sleipnir
Diffstat (limited to 'test/getname.c')
-rw-r--r--test/getname.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/getname.c b/test/getname.c
index 83de4d2..9dc63ef 100644
--- a/test/getname.c
+++ b/test/getname.c
@@ -22,7 +22,7 @@ typedef struct s1_t {
#define NY 5
-int check_name( char *name, const char* check )
+static int check_name( char *name, const char* check )
{
int ret = HDstrcmp( name, check );
@@ -1428,8 +1428,6 @@ int main( void )
PASSED();
-#if 1
-
/*-------------------------------------------------------------------------
* Test H5Iget_name with H5Glink symbolic and move target
@@ -1622,7 +1620,6 @@ int main( void )
*-------------------------------------------------------------------------
*/
-#endif
/* Close file */
H5Fclose( file_id );