This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Warning patrol: java
- To: gcc-patches at gcc dot gnu dot org
- Subject: Warning patrol: java
- From: Jan van Male <jan dot vanmale at fenk dot wau dot nl>
- Date: Fri, 22 Jun 2001 17:50:06 +0200
- Reply-To: jan dot vanmale at fenk dot wau dot nl
Hi,
Can somebody apply this patch? It was approved by Alexandre Petit-Bianco.
jan
gcc/java/ChangeLog:
2001-06-22 Jan van Male <jan.vanmale@fenk.wau.nl>
* zipfile.h: Use GCC_JCF_H instead of JCF_H.
Index: gcc/gcc/java/zipfile.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/zipfile.h,v
retrieving revision 1.12
diff -c -3 -p -r1.12 zipfile.h
*** zipfile.h 2001/03/19 21:57:37 1.12
--- zipfile.h 2001/06/22 14:30:26
*************** extern struct ZipFile *SeenZipFiles;
*** 60,66 ****
extern ZipFile * opendir_in_zip PARAMS ((const char *, int));
extern int read_zip_archive PARAMS ((ZipFile *));
! #ifdef JCF_H
extern int read_zip_member PARAMS ((JCF*, ZipDirectory*, ZipFile *));
extern int open_in_zip PARAMS ((struct JCF *, const char *,
const char *, int));
--- 60,66 ----
extern ZipFile * opendir_in_zip PARAMS ((const char *, int));
extern int read_zip_archive PARAMS ((ZipFile *));
! #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));