]> gcc.gnu.org Git - gcc.git/commitdiff
zipfile.h: Use GCC_JCF_H instead of JCF_H.
authorJan van Male <jan.vanmale@fenk.wau.nl>
Sat, 23 Jun 2001 16:22:20 +0000 (18:22 +0200)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sat, 23 Jun 2001 16:22:20 +0000 (09:22 -0700)
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

gcc/java/ChangeLog
gcc/java/zipfile.h

index c356f68ba3ae7d2d2c2b4dc7861523c46e36d3ce..c0b881cd1dc2935badf566adbc82a05563c49004 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e30fdda3832f486cd776fdf38a4bccb7d2d16b45..9570f56ab962ae9d225cebd3415049636fae88e9 100644 (file)
@@ -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));
This page took 0.074323 seconds and 5 git commands to generate.