diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2001-03-19 13:57:37 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2001-03-19 13:57:37 -0800 |
commit | 546468116ecab0398f68c844cdc553ae886aad7d (patch) | |
tree | 43b6051fb4c61f97cc997150ff09dfbcd993c639 /gcc/java/zipfile.h | |
parent | e7ce60a8607279aa6312b7852c3477033596d0c4 (diff) | |
download | gcc-546468116ecab0398f68c844cdc553ae886aad7d.tar.gz |
Fixes to process to command-line .class files in two passes. See ChangeLog.
From-SVN: r40637
Diffstat (limited to 'gcc/java/zipfile.h')
-rw-r--r-- | gcc/java/zipfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h index f0be3cca4ec..e30fdda3832 100644 --- a/gcc/java/zipfile.h +++ b/gcc/java/zipfile.h @@ -60,7 +60,7 @@ extern struct ZipFile *SeenZipFiles; extern ZipFile * opendir_in_zip PARAMS ((const char *, int)); extern int read_zip_archive PARAMS ((ZipFile *)); -#ifdef JCF_ZIP +#ifdef JCF_H extern int read_zip_member PARAMS ((JCF*, ZipDirectory*, ZipFile *)); extern int open_in_zip PARAMS ((struct JCF *, const char *, const char *, int)); |