* Change the binding define for __attribute__ from LINUX to __GNUC__
This commit is contained in:
jean.chalard
2008-11-05 15:00:32 +00:00
parent 9a9156dd98
commit d28fff72db

View File

@@ -32,7 +32,7 @@
#endif
#ifndef LINUX
#ifndef __GNUC__
#define __attribute__(arg)
#endif