This is the mail archive of the gcc@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: 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.


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