]> git.sur5r.net Git - cc65/commitdiff
Remove __CC65__ since it doesn't support all attributes gcc does.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Oct 2009 17:55:49 +0000 (17:55 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Oct 2009 17:55:49 +0000 (17:55 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4377 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/attrib.h

index cb9d9195cc379488a033de3e7775baada369adac..a8913431bc32110df04cfc7ed8a71f27dd027c50 100644 (file)
@@ -44,7 +44,7 @@
 
 
 
-#if defined(__GNUC__) || defined(__CC65__)
+#if defined(__GNUC__)
 #  define attribute(a) __attribute__(a)
 #else
 #  define attribute(a)