1
1
This commit was SVN r5458.
Этот коммит содержится в:
Tim Woodall 2005-04-19 22:01:18 +00:00
родитель 5d26f93149
Коммит 6a3099a1d0

Просмотреть файл

@ -239,7 +239,7 @@ static inline bool ompi_set_using_threads(bool have)
} \
} while (0)
#else
#define OMPI_THREAD_SCOPED_LOCK(mutex,action)
#define OMPI_THREAD_SCOPED_LOCK(mutex,action) (action)
#endif
/**