This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [boehm-gc] Import 6.3 alpha 1
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: gcc-patches at gcc dot gnu dot org, <java-patche at gcc dot gnu dot org>, <hans_boehm at hp dot com>
- Date: Tue, 29 Jul 2003 10:54:54 -0400 (EDT)
- Subject: Re: [boehm-gc] Import 6.3 alpha 1
On Tue, 29 Jul 2003, [iso-8859-1] Danny Smith wrote:
> 2003-07-29 Danny Smith <dannysmith@users.sourceforge.net>
>
> * include/gc.h (GC_CreateThread): Declare with WINAPI
> attribute.
> * win32_threads.c (GC_CreateThread): Make definitions consistent
> with declaration.
Thanks. I'd like to say this is an obvious fix since it was broken by the
merge. Ideally it would also go into Hans' tree to prevent another
divergence. If Hans accepts this, please check it in.
I assuming combining GC_API and WINAPI is harmless?
Jeff