summaryrefslogtreecommitdiff
path: root/fastjar/jartool.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastjar/jartool.h')
-rw-r--r--fastjar/jartool.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/fastjar/jartool.h b/fastjar/jartool.h
index 76abda1bddc..df166517d25 100644
--- a/fastjar/jartool.h
+++ b/fastjar/jartool.h
@@ -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
@@ -116,4 +116,8 @@ struct zipentry {
typedef struct zipentry zipentry;
+#ifndef __GNUC__
+#define __attribute__()
+#endif
+
#endif /* __FASTJAR_JARTOOL_H__ */