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] h8300.c: Move TARGET_INITIALIZER to the end of thefile.


Kazu Hirata <kazu@cs.umass.edu> writes:

> Hi Zack,
>
>> >> > Attached is a patch to move TARGET_INITIALIZER to the end of the file.
>> >> 
>> >> Why?
>> >
>> > So I can remove forward declarations.
>> 
>> Why?
>
> So I don't have to keep duplicate information, as you mentioned in
>
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01905.html

Well, it's a style question.  I kind of like the forward
declarations.  I'm not going to stop you removing them, but
it seems to me we should have a consistent style.

zw


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