This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[patch] fixincl.c vs solaris 2.6
- From: Bruce Korb <bkorb at veritas dot com>
- To: gcc at gcc dot gnu dot org, DJ Delorie <dj at redhat dot com>
- Cc: Bruce Korb <bkorb at pacbell dot net>
- Date: Tue, 04 Dec 2001 15:15:55 -0800
- Subject: [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.