From 4869307bd67092ff67fd9de2a66980495434f26e Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Fri, 29 Jan 2021 20:40:43 -0800 Subject: Remove unused AC_REVISION macro from configure.ac (#292) * Fixes a wayward parenthesis in H5TS.c * Removes unmaintained AC_REVISION macro from configure.ac --- configure.ac | 1 - src/H5TS.c | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4677c15..131bd27 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,6 @@ ## ---------------------------------------------------------------------- ## Initialize configure. ## -AC_REVISION($Id: configure.ac 22697 2012-08-19 14:35:47Z hdftest $) AC_PREREQ([2.69]) ## AC_INIT takes the name of the package, the version number, and an diff --git a/src/H5TS.c b/src/H5TS.c index 6c4bb63..572ba65 100644 --- a/src/H5TS.c +++ b/src/H5TS.c @@ -405,7 +405,8 @@ H5TS__mutex_acquire(H5TS_mutex_t *mutex, unsigned int lock_count, hbool_t *acqui *-------------------------------------------------------------------------- */ herr_t -H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired){ +H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired) +{ FUNC_ENTER_API_NAMECHECK_ONLY /*NO TRACE*/ -- cgit v0.12