[svn-r14161] Description:

Add forgotten ifdef's around deprecated routines.

Tested on:
        FreeBSD/32 6.2 (duty) in debug mode
        FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
                                in debug mode
        Linux/64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
                                in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                                w/szip filter, in production mode
        AIX/32 5.3 (copper) w/FORTRAN, w/parallel, in production mode
        Mac OS X/32 10.4.10 (amazon) in debug mode
This commit is contained in:
Quincey Koziol 2007-09-27 16:09:17 -05:00
parent 2c93a80648
commit a9a10b0a05
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@
#include "H5Rpkg.h" /* References */
#ifndef H5_NO_DEPRECATED_SYMBOLS
/****************/
/* Local Macros */
/****************/
@ -103,7 +104,6 @@ H5R_init_deprec_interface(void)
FUNC_LEAVE_NOAPI(H5R_init())
} /* H5R_init_deprec_interface() */
#ifndef H5_NO_DEPRECATED_SYMBOLS
/*--------------------------------------------------------------------------
NAME

View File

@ -47,6 +47,7 @@
#include "H5Tpkg.h" /* Datatypes */
#ifndef H5_NO_DEPRECATED_SYMBOLS
/****************/
/* Local Macros */
/****************/
@ -224,4 +225,5 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Topen1() */
#endif /* H5_NO_DEPRECATED_SYMBOLS */