This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Macros and K&R
> Hi.
>
> I am wondering if more macro facilities would be welcome in 'gas' or if
> they should go into 'gasp'.
>
> On a side note: Is there another good reason for sticking to K&R C syntax
> besides the amount of time it would take to change it?
Well, that problem didn't appear to stop GDB :-)
More seriously, you can do it in stages. First change the requirement
to be that new code use ISO C and then later allow someone to wander
through and fix the old code (or even decide it is obvious :-).
Andrew