summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/H5FDdirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c
index 1f12e5d..2c01b47 100644
--- a/src/H5FDdirect.c
+++ b/src/H5FDdirect.c
@@ -835,7 +835,7 @@ H5FD_direct_get_eof(const H5FD_t *_file)
{
const H5FD_direct_t *file = (const H5FD_direct_t*)_file;
- FUNC_ENTER_NOAPI(HADDR_UNDEF)
+ FUNC_ENTER_NOAPI_NOINIT
FUNC_LEAVE_NOAPI(MAX(file->eof, file->eoa))
}