mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-174 Remove C++ style comments
X-SVN-Rev: 371
This commit is contained in:
parent
3c7c2c2f42
commit
fb9d6d6e04
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void umtx_lock( UMTX *mutex )
|
|||
#elif defined(POSIX)
|
||||
|
||||
# ifdef POSIX_DEBUG_REENTRANCY
|
||||
if(gInMutex == TRUE) // in the mutex -- possible deadlock
|
||||
if(gInMutex == TRUE) /* in the mutex -- possible deadlock*/
|
||||
if(pthread_equal(gLastThread,pthread_self()))
|
||||
WeAreDeadlocked();
|
||||
# endif
|
||||
|
|
Loading…
Add table
Reference in a new issue