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]

[patch] fixincl.c vs solaris 2.6


2001-12-04  DJ Delorie  <dj@redhat.com>

        * fixinc/fixincl.c (initialize): Avoid problemsome macro
        parameter names (PR 3388).

Approved, all branches on the theory that it obviously cannot break
anything.
Curious:  Is the 'n' argument the problem in that it gets substituted
in the "\n" string?  That would be pretty weird, though, because the
else clause is for  __STDC__ being defined.  How can you claim __STDC__
and do that??  Oh, well.  It's still approved.


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