2001-06-22 Jan van Male <jan.vanmale@fenk.wau.nl>
* zipfile.h: Use GCC_JCF_H instead of JCF_H.
(http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01427.html)
From-SVN: r43529
+2001-06-22 Jan van Male <jan.vanmale@fenk.wau.nl>
+
+ * zipfile.h: Use GCC_JCF_H instead of JCF_H.
+
2001-06-20 Alexandre Petit-Bianco <apbianco@redhat.com>
* class.c (java_hash_tree_node): Fixed indentation in leading comment.
extern ZipFile * opendir_in_zip PARAMS ((const char *, int));
extern int read_zip_archive PARAMS ((ZipFile *));
-#ifdef JCF_H
+#ifdef GCC_JCF_H
extern int read_zip_member PARAMS ((JCF*, ZipDirectory*, ZipFile *));
extern int open_in_zip PARAMS ((struct JCF *, const char *,
const char *, int));