zipfile.h: Use GCC_JCF_H instead of JCF_H.
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
This commit is contained in:
parent
7096171b54
commit
561a03652d
@ -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.
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user