This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] allow macros with variable number of arguments


>> +  formal = (formal_entry *) xmalloc (sizeof (formal_entry));
>
>    The cast is not necessary.

I always wondered why these casts are present in so many places, and since I just moved code around here I originally kept it. So you're saying there's no policy or anything else requiring these? In that case I'd strip these where appropriate in future patches...

Jan


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