* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 4 Aug 2000 17:25:19 +0000 (17:25 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 4 Aug 2000 17:25:19 +0000 (11:25 -0600)
From-SVN: r35487

gcc/ChangeLog
gcc/gthr-dce.h

index 2e701efdd804f276724108f04e1eb2f6041bd0e9..8016f3621ca3f19d188be25ea76426480797af06 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 e41987b454a774652eb7bb15ad5b3138f9a3439a..199dfe66b409af6f1fc5b2fb90c699ba178b8402 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