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]
Other format: [Raw text]

Re: [patch] Use targetm.foo instead of (*targetm.foo)


Mostafa Hagog <MUSTAFA@il.ibm.com> writes:

> Kazu Hirata <kazu@cs.umass.edu> wrote on 26/04/2005 20:09:00:
>>
>> Attached is a patch to use targetm.foo instead of (*targetm.foo).
>
> Kazu,
> Can you remind me what is the difference if there is any ?

I'm not Kazu, but ... Some *very* old pre-standard compilers only
accepted the (*foo) form.  There is no difference in standard C,
hence we prefer the form with less line noise.

zw


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