This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Another bit of ISO C conversion...
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: s dot bosscher at student dot tudelft dot nl
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 7 Dec 03 19:41:10 EST
- Subject: Re: Another bit of ISO C conversion...
I would prefer to keep # in column 1 so you can still grep for
^#define etc. In config/, there are quite a few files with commented
out /* #defines */...
My preference is the indented type. I would do a grep for "define FOO"
and would normally want to see the commented-out #defines too.