aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2000-02-26 04:32:08 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-02-26 04:32:08 +0000
commit3c9ef127537fa39bc1ef730ac393d86918723e46 (patch)
tree8db5cc191c307cf80438364e06289e4a31c723e2 /gcc/java/gjavah.c
parent63be01fb1127bf443c86bb6e33c3387a340c2062 (diff)
downloadgcc-3c9ef127537fa39bc1ef730ac393d86918723e46.zip
gcc-3c9ef127537fa39bc1ef730ac393d86918723e46.tar.gz
gcc-3c9ef127537fa39bc1ef730ac393d86918723e46.tar.bz2
gjavah.c (main): Avoid using `argi' to report unimplemented options.
* gjavah.c (main): Avoid using `argi' to report unimplemented options. From-SVN: r32164
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 086ee5a..769eb77 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -1987,7 +1987,7 @@ DEFUN(main, (argc, argv),
break;
case OPT_MG:
- fprintf (stderr, "gcjh: `%s' option is unimplemented\n", argv[argi]);
+ fprintf (stderr, "gcjh: `-MG' option is unimplemented\n");
exit (1);
case OPT_MD: