>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes: > On Wed, Jun 06, 2001 at 12:43:20PM +0100, Jason Merrill wrote: >> Perhaps it should be >> >> static int __gthread_active_ptr = !! &pthread_create; >> >> then? > That isn't valid C. This file must be usable by both C and C++. Good point. OK, never mind... Jason