summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-02-13 15:35:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-02-13 15:35:21 (GMT)
commit34e40a1294648b253e7c4bc6e746b962535d5c46 (patch)
tree4e78f865ab27cdd5d4db25379070bfac5bf50506 /test
parent7d8acc2824a6295e9bf60292027dbb704d44eb11 (diff)
downloadhdf5-34e40a1294648b253e7c4bc6e746b962535d5c46.zip
hdf5-34e40a1294648b253e7c4bc6e746b962535d5c46.tar.gz
hdf5-34e40a1294648b253e7c4bc6e746b962535d5c46.tar.bz2
[svn-r21935] Description:
Bring r21932 & r21934 from trunk to 1.8 branch: r21932: Correct misnamed FUNC_ENTER macro. r21934: Remove some leftover uses of the __FUNCTION__ macro, replacing them with FUNC macro, as used everywhere else. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & production
Diffstat (limited to 'test')
-rw-r--r--test/h5test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 8fd6933..3afe1a5 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -86,8 +86,8 @@ H5TEST_DLLVAR MPI_Info h5_io_info_g; /* MPI INFO object for IO */
/*
* Print the current location on the standard output stream.
*/
-#define AT() printf (" at %s:%d in %s()...\n", \
- __FILE__, __LINE__, __FUNCTION__);
+#define AT() printf (" at %s:%d in %s()...\n", \
+ __FILE__, __LINE__, FUNC);
/*
* The name of the test is printed by saying TESTING("something") which will