]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/versioning.h
Import changes from CUPS 1.5svn-r9085.
[thirdparty/cups.git] / cups / versioning.h
index 96972ee747c118d8b7e1ad441bd52b0400f14925..7d506f8935c1251d14726cea39db004dd34caad9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id$"
  *
- *   API versioning definitions for the Common UNIX Printing System (CUPS).
+ *   API versioning definitions for CUPS.
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Apple Inc. and are protected by Federal copyright
 #    define _CUPS_DEPRECATED
 #  endif /* __GNUC__ && __GNUC__ > 2 */
 
+#  ifndef __GNUC__
+#    define __attribute__(x)
+#  endif /* !__GNUC__ */
+
 #endif /* !_CUPS_VERSIONING_H_ */
 
 /*