This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCHES to correct typos when allocating memory


On Fri, Oct 02, 1998 at 06:30:02PM +0000, grahams@rcp.co.uk wrote:
> There are some typos in some of calls which allocate memory.
> These typos consist of specifying one too many `*` in the
> sizeof() which means the code is using the sizeof (pointer to TYPE)
> rather than sizeof(TYPE).
> 
> Here are patches against egcs-19980921

Thanks.  Applied.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]