From dbd4309acbf30ce904615b4a6a69dbfaef64a050 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 27 Feb 2001 15:54:17 +0000 Subject: [PATCH] Commented out token after #endif as the 3.x gcc compilers complain about it git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9241 72102866-910b-0410-8b05-ffd578937521 --- Source/NSLock.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSLock.m b/Source/NSLock.m index 8100af7af..5fa208867 100644 --- a/Source/NSLock.m +++ b/Source/NSLock.m @@ -421,7 +421,7 @@ NSString *NSRecursiveLockException = @"NSRecursiveLockException"; } } return YES; -#endif HAVE__OBJC_CONDITION_TIMEDWAIT +#endif /* HAVE__OBJC_CONDITION_TIMEDWAIT */ } // NSLocking protocol