Commit 3c9ef127 by Alexandre Petit-Bianco Committed by Tom Tromey

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

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

From-SVN: r32164
parent 63be01fb
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:
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment