diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 16:55:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 16:55:51 (GMT) |
commit | d75400082e56a9e1912960d5b26ac74756c354fa (patch) | |
tree | 26161c8e26dee0533f34268bb7e58cd89b5b3a41 /tools | |
parent | 2713d84ed3c392407abe74c893467b2dbebc509b (diff) | |
download | hdf5-d75400082e56a9e1912960d5b26ac74756c354fa.zip hdf5-d75400082e56a9e1912960d5b26ac74756c354fa.tar.gz hdf5-d75400082e56a9e1912960d5b26ac74756c354fa.tar.bz2 |
Merge fix for VS2013
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 */ |