OSDN Git Service

* fixinc/fixincl.c (initialize): Avoid problemsome macro
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 23:29:42 +0000 (23:29 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 23:29:42 +0000 (23:29 +0000)
parameter names (PR 3388).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47632 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/fixincl.c

index 25414ac..8616b54 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 a1746af..ddc2f95 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