summaryrefslogtreecommitdiff
path: root/gcc/java/zipfile.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2001-03-19 13:57:37 -0800
committerPer Bothner <bothner@gcc.gnu.org>2001-03-19 13:57:37 -0800
commit546468116ecab0398f68c844cdc553ae886aad7d (patch)
tree43b6051fb4c61f97cc997150ff09dfbcd993c639 /gcc/java/zipfile.h
parente7ce60a8607279aa6312b7852c3477033596d0c4 (diff)
downloadgcc-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.h2
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));