summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-20 16:55:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-20 16:55:51 (GMT)
commitd75400082e56a9e1912960d5b26ac74756c354fa (patch)
tree26161c8e26dee0533f34268bb7e58cd89b5b3a41 /tools
parent2713d84ed3c392407abe74c893467b2dbebc509b (diff)
downloadhdf5-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.h2
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 */