gjavah.c (main): Avoid using `argi' to report unimplemented options.

* gjavah.c (main): Avoid using `argi' to report unimplemented
	options.

From-SVN: r32164
This commit is contained in:
Alexandre Petit-Bianco 2000-02-26 04:32:08 +00:00 committed by Tom Tromey
parent 63be01fb11
commit 3c9ef12753
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 25 18:41:31 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
* gjavah.c (main): Avoid using `argi' to report unimplemented
options.
Fri Feb 25 18:47:25 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
* jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:

View File

@ -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: