diff options
author | J. David Anglin <dave@hiauly1.hia.nrc.ca> | 2000-08-04 17:25:19 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-04 11:25:19 -0600 |
commit | c54dbf8b44905964d2327ec801d05276dc2333de (patch) | |
tree | 5193cc3ce6d9b03810ab6053492b86889ce3ef77 /gcc/gthr-dce.h | |
parent | 2c2a534b33212df3d41c2439aae85cf9f3c4412d (diff) | |
download | gcc-c54dbf8b44905964d2327ec801d05276dc2333de.zip gcc-c54dbf8b44905964d2327ec801d05276dc2333de.tar.gz gcc-c54dbf8b44905964d2327ec801d05276dc2333de.tar.bz2 |
* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
From-SVN: r35487
Diffstat (limited to 'gcc/gthr-dce.h')
-rw-r--r-- | gcc/gthr-dce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h index e41987b..199dfe6 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 |