]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/3388 (3.0 bootstrap failure, native sparc-sun-solaris2.5.1, fixinc...
authorDJ Delorie <dj@redhat.com>
Tue, 4 Dec 2001 23:29:42 +0000 (18:29 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 4 Dec 2001 23:29:42 +0000 (18:29 -0500)
* fixinc/fixincl.c (initialize): Avoid problemsome macro
parameter names (PR 3388).

From-SVN: r47632

gcc/ChangeLog
gcc/fixinc/fixincl.c

index 25414ac67ae1294e5b97dbbff04939dd3602ed4e..8616b5425fd518d79f44560ef4ef7a5f6b499394 100644 (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.
index a1746af52691e9455cf446a88b716427afe6b533..ddc2f9577801d44bc18d482184c827b1cc31c97b 100644 (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