This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to avoid problematic casts in obstack.h
- To: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>, egcs-patches@egcs.cygnus.com
- Subject: Re: Patch to avoid problematic casts in obstack.h
- From: Richard Henderson <rth@cygnus.com>
- Date: Tue, 31 Aug 1999 21:50:51 -0700
- References: <199908310156.VAA16715@caip.rutgers.edu>
On Mon, Aug 30, 1999 at 09:56:53PM -0400, Kaveh R. Ghazi wrote:
> 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
>
> * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
> in calls to `_obstack_memcpy' from here ...
>
> (_obstack_memcpy): ... to here, except in the __STDC__ case which
> doesn't need it.
Ok.
r~