diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 16:51:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 16:51:21 (GMT) |
commit | db157e317ef7386f4fb232688dca0bbb49e852a0 (patch) | |
tree | 659856eb699787b1de3f9ecbe13acdd30f998154 /tools | |
parent | 9e9d2ccd40707ea966bd3e209b33a0c029ada1e4 (diff) | |
download | hdf5-db157e317ef7386f4fb232688dca0bbb49e852a0.zip hdf5-db157e317ef7386f4fb232688dca0bbb49e852a0.tar.gz hdf5-db157e317ef7386f4fb232688dca0bbb49e852a0.tar.bz2 |
Use define name instead.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/misc/vds/UC_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/misc/vds/UC_common.h b/tools/test/misc/vds/UC_common.h index c3fdb91..78d8a11 100644 --- a/tools/test/misc/vds/UC_common.h +++ b/tools/test/misc/vds/UC_common.h @@ -41,7 +41,7 @@ #define FALSE 0 /* Testing macros */ -#define AT() printf (" at %s:%d in %s()...\n", __FILE__, __LINE__, __func__); +#define AT() printf (" at %s:%d in %s()...\n", __FILE__, __LINE__, FUNC); #define UC_ERROR {puts("*ERROR*"); fflush(stdout); AT(); goto error;} #endif /* USE_CASE_COMMON_H */ |