From 1ccb6f916df887ea6a4089b435ea10d2e4400268 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 19 Oct 2009 17:55:49 +0000 Subject: [PATCH] Remove __CC65__ since it doesn't support all attributes gcc does. git-svn-id: svn://svn.cc65.org/cc65/trunk@4377 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/attrib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/attrib.h b/src/common/attrib.h index cb9d9195c..a8913431b 100644 --- a/src/common/attrib.h +++ b/src/common/attrib.h @@ -44,7 +44,7 @@ -#if defined(__GNUC__) || defined(__CC65__) +#if defined(__GNUC__) # define attribute(a) __attribute__(a) #else # define attribute(a) -- 2.39.2