Prototype in egcs
Jeffrey A Law
law@cygnus.com
Tue Sep 23 22:46:00 GMT 1997
In message < m0xDWJp-0004eeC@ocean.lucon.org >you write:
> What if I am appending to the old one which is
>
> extern xxxx foo PROTO((x, y));
>
> Should I do
>
> extern xxxx foo PROTO((x, y));
> extern xxxx bar PROTO((x, y));
Good question. I would tend to say, within that contigious
block of code to use whatever style the exiting code already
uses. Mixing the two in contigious hunks of code would make
them even harder to read than the existing code already is.
jeff
More information about the Gcc
mailing list