Files
hdf5/src/H5RTmodule.h
T
Neil Fortner e99a495857 Remove unused macro H5_MY_PKG_ERR (#6011)
This macro used to be used for the FUNC_ENTER/FUNC_LEAVE machinery but is no longer used anywhere, so this PR removes it from all the module headers,
2025-11-11 20:54:39 -06:00

28 lines
1.3 KiB
C

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the LICENSE file, which can be found at the root of the source code *
* distribution tree, or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
* Purpose: This file contains declarations which define macros for the
* H5RT package. Including this header means that the source file
* is part of the H5RT package.
*/
#ifndef H5RTmodule_H
#define H5RTmodule_H
/* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error
* reporting macros.
*/
#define H5RT_MODULE
#define H5_MY_PKG_INIT NO
#endif /* H5RTmodule_H */