summaryrefslogtreecommitdiff
path: root/gcc/java/zipfile.h
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-23 16:22:20 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-23 16:22:20 +0000
commit9d552e57157cb8c21428cc51c26370113a5876e7 (patch)
tree1d238bbbda691a40fd3e5650ed24cd83a389be23 /gcc/java/zipfile.h
parent4d9e9a289aeea7a4f28025731bad1279e2bdf92d (diff)
downloadgcc-9d552e57157cb8c21428cc51c26370113a5876e7.tar.gz
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) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43529 138bc75d-0d04-0410-961f-82ee72b054a4
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 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));