diff options
author | Tom Tromey <tromey@redhat.com> | 2001-08-16 21:52:14 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-08-16 21:52:14 +0000 |
commit | 4266d0b2722db521925be85f61ca1fa643afe409 (patch) | |
tree | f06b613d253e0de5c16d60467024000787675cc3 /gcc/java/gjavah.c | |
parent | 3c0a5af26c795b36e4f3a4bd56f787e8ea86d33e (diff) | |
download | gcc-4266d0b2722db521925be85f61ca1fa643afe409.zip gcc-4266d0b2722db521925be85f61ca1fa643afe409.tar.gz gcc-4266d0b2722db521925be85f61ca1fa643afe409.tar.bz2 |
jcf-dump.c (main): Updated for change to jcf_path_seal.
* jcf-dump.c (main): Updated for change to jcf_path_seal.
* gjavah.c (main): Updated for change to jcf_path_seal.
* lang.c (version_flag): New global.
(java_decode_option): Recognize `-version'.
(java_init): Update for change to jcf_path_seal.
* jcf.h (jcf_path_seal): Added `print' argument.
* jcf-path.c (jcf_path_seal): Added `print' argument.
From-SVN: r44946
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index b56c0a6..47617af 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -1,7 +1,7 @@ /* Program to write C++-suitable header files from a Java(TM) .class file. This is similar to SUN's javah. -Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2171,7 +2171,7 @@ DEFUN(main, (argc, argv), usage (); } - jcf_path_seal (); + jcf_path_seal (verbose); if (output_file && emit_dependencies) { |