diff options
author | Nic Ferrier <nferrier@gcc.gnu.org> | 2002-02-20 23:12:25 +0000 |
---|---|---|
committer | Nic Ferrier <nferrier@gcc.gnu.org> | 2002-02-20 23:12:25 +0000 |
commit | db444fbe8e0c175e38c49560c852181678c8ef1d (patch) | |
tree | 8669888d476de6362ca887ed220ce715d09dd392 /gcc/java/lang-options.h | |
parent | 3704ef744f0b39b4c28d84bef7702644b62ccefb (diff) | |
download | gcc-db444fbe8e0c175e38c49560c852181678c8ef1d.zip gcc-db444fbe8e0c175e38c49560c852181678c8ef1d.tar.gz gcc-db444fbe8e0c175e38c49560c852181678c8ef1d.tar.bz2 |
gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' becomes...
* gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
`--CLASSPATH' becomes `--classpath.'
* gjavah.c: Likewise.
* jcf-dump.c: Likewise.
* lang-options.h: Likewise.
* lang.c: Likewise.
* jcf-path.c: Updated comment.
(jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
(jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
* jcf.h (jcf_path_CLASSPATH_arg): Ditto.
(jcf_path_CLASSPATH_arg): Ditto.
(classpath_u): Updated leading comment.
From-SVN: r49918
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r-- | gcc/java/lang-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index 06a4c4d..130060c 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -32,9 +32,9 @@ DEFINE_LANG_NAME ("Java") N_("Disable automatic array bounds checking") }, { "-fjni", N_("Assume native functions are implemented using JNI") }, - { "--classpath", - N_("Set class path and suppress system path") }, { "--CLASSPATH", + N_("Set class path and suppress system path") }, + { "--classpath", N_("Set class path") }, { "--main", N_("Choose class whose main method should be used") }, |