mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +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:
parent
399c37273d
commit
1ccb6f916d
@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
#if defined(__GNUC__) || defined(__CC65__)
|
||||
#if defined(__GNUC__)
|
||||
# define attribute(a) __attribute__(a)
|
||||
#else
|
||||
# define attribute(a)
|
||||
|
Loading…
Reference in New Issue
Block a user