diff options
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/fixincl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixincl.c b/gcc/fixinc/fixincl.c index a1746af5269..ddc2f957780 100644 --- a/gcc/fixinc/fixincl.c +++ b/gcc/fixinc/fixincl.c @@ -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 |