re PR bootstrap/3388 (3.0 bootstrap failure, native sparc-sun-solaris2.5.1, fixinc/fixincl.c)

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

From-SVN: r47632
This commit is contained in:
DJ Delorie 2001-12-04 18:29:42 -05:00 committed by DJ Delorie
parent c3bb62b90a
commit ffe8558410
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-04 DJ Delorie <dj@redhat.com>
* fixinc/fixincl.c (initialize): Avoid problemsome macro
parameter names (PR 3388).
2001-12-05 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.

View File

@ -225,7 +225,7 @@ initialize ( argc, argv )
#else
"fixincl ERROR: %s environment variable not defined\n"
"each of these must be defined:\n"
# define _ENV_(v,m,n,t) "\t" n " - " t "\n"
# define _ENV_(vv,mm,nn,tt) "\t" nn " - " tt "\n"
ENV_TABLE
# undef _ENV_
#endif