From: Jan van Male Date: Sat, 23 Jun 2001 16:22:20 +0000 (+0200) Subject: zipfile.h: Use GCC_JCF_H instead of JCF_H. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=561a03652d94cfdd5ca81faed6b7b0cf84508edf;p=gcc.git zipfile.h: Use GCC_JCF_H instead of JCF_H. 2001-06-22 Jan van Male * zipfile.h: Use GCC_JCF_H instead of JCF_H. (http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01427.html) From-SVN: r43529 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index c356f68ba3a..c0b881cd1dc 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2001-06-22 Jan van Male + + * zipfile.h: Use GCC_JCF_H instead of JCF_H. + 2001-06-20 Alexandre Petit-Bianco * class.c (java_hash_tree_node): Fixed indentation in leading comment. diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h index e30fdda3832..9570f56ab96 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_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));