This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Warning patrol: java


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));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]