diff options
author | nferrier <nferrier@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 23:12:25 +0000 |
---|---|---|
committer | nferrier <nferrier@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 23:12:25 +0000 |
commit | 580bfdc29fed00050de0359eff8b60a86ca809cf (patch) | |
tree | 8669888d476de6362ca887ed220ce715d09dd392 /gcc/java/jcf.h | |
parent | e3a2e7454a78cbf9ff8224977f01a708039b11e8 (diff) | |
download | gcc-580bfdc29fed00050de0359eff8b60a86ca809cf.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf.h')
-rw-r--r-- | gcc/java/jcf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h index ef7669e046b..86a0c55ff29 100644 --- a/gcc/java/jcf.h +++ b/gcc/java/jcf.h @@ -271,8 +271,8 @@ extern void jcf_dependency_print_dummies PARAMS ((void)); /* Declarations for path handling code. */ extern void jcf_path_init PARAMS ((void)); -extern void jcf_path_classpath_arg PARAMS ((const char *)); extern void jcf_path_CLASSPATH_arg PARAMS ((const char *)); +extern void jcf_path_classpath_arg PARAMS ((const char *)); extern void jcf_path_include_arg PARAMS ((const char *)); extern void jcf_path_seal PARAMS ((int)); extern void *jcf_path_start PARAMS ((void)); |