jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
authorTom Tromey <tromey@cygnus.com>
Tue, 13 Oct 1998 11:49:26 +0000 (11:49 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 13 Oct 1998 11:49:26 +0000 (11:49 +0000)
commit0a65887a3817cedf471aa17c7ae25ac7996abac1
treeacde2dcc1a0325798460888b3e4af2f977157708
parent2ce5e1b422b29b6b85a271060d17fde8c8905974
jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.

* jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
(main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
function.
Include <config.h> and "system.h".
(disassemble_method): Undefine RET to avoid clash with
config/i386/i386.h.

From-SVN: r23050
gcc/java/ChangeLog
gcc/java/jcf-dump.c