OSDN Git Service

2006-02-07 Uttam Pawar <uttamp@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / fastjar / jartool.h
index 11f0c88..df16651 100644 (file)
@@ -35,7 +35,7 @@
 
 /*
   jartool.h - generic defines, struct defs etc.
-  Copyright (C) 1999  Bryan Burns
+  Copyright (C) 1999, 2005  Bryan Burns
   
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License
@@ -49,7 +49,7 @@
   
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 #ifndef __FASTJAR_JARTOOL_H__
@@ -116,4 +116,8 @@ struct zipentry {
 
 typedef struct zipentry zipentry;
 
+#ifndef __GNUC__
+#define __attribute__()
+#endif
+
 #endif /* __FASTJAR_JARTOOL_H__ */