mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
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
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
#if defined(__GNUC__) || defined(__CC65__)
|
||||
#if defined(__GNUC__)
|
||||
# define attribute(a) __attribute__(a)
|
||||
#else
|
||||
# define attribute(a)
|
||||
|
Reference in New Issue
Block a user