ICU-174 Remove C++ style comments

X-SVN-Rev: 371
This commit is contained in:
Helena Chapman 1999-12-10 18:13:22 +00:00
parent 3c7c2c2f42
commit fb9d6d6e04

View file

@ -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