From c54dbf8b44905964d2327ec801d05276dc2333de Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Fri, 4 Aug 2000 17:25:19 +0000 Subject: [PATCH] * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo. From-SVN: r35487 --- gcc/ChangeLog | 4 ++++ gcc/gthr-dce.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e701efdd80..8016f3621ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-08-04 J. David Anglin + + * 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. diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h index e41987b454a..199dfe66b40 100644 --- a/gcc/gthr-dce.h +++ b/gcc/gthr-dce.h @@ -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