OSDN Git Service

* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Aug 2000 17:25:19 +0000 (17:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Aug 2000 17:25:19 +0000 (17:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gthr-dce.h

index 2e701ef..8016f36 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
+
 2000-08-04  Donn Terry (donnte@microsoft.com)
 
        * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
index e41987b..199dfe6 100644 (file)
@@ -330,7 +330,7 @@ __gthread_objc_mutex_unlock(objc_mutex_t mutex)
 static inline int
 __gthread_objc_condition_allocate(objc_condition_t condition)
 {
-  if (__gthread_active_p ()
+  if (__gthread_active_p ())
     /* Unimplemented. */
     return -1;
   else