Removes obsolete equivalents of C99's __func__ (#800)

This commit is contained in:
Dana Robinson
2021-06-28 21:58:38 -07:00
committed by GitHub
parent 5ddfbc2a73
commit 734d317da9
32 changed files with 556 additions and 625 deletions

View File

@@ -112,7 +112,7 @@ size_t H5TOOLS_MALLOCSIZE = (128 * 1024 * 1024);
#define SPACE1_DIM2 0
/* Error macros */
#define AT() HDprintf("ERROR at %s:%d in %s()...\n", __FILE__, __LINE__, FUNC);
#define AT() HDprintf("ERROR at %s:%d in %s()...\n", __FILE__, __LINE__, __func__);
#define PROGRAM_ERROR \
do { \
AT(); \