* 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
+1 -1
View File
@@ -32,7 +32,7 @@
#endif #endif
#ifndef LINUX #ifndef __GNUC__
#define __attribute__(arg) #define __attribute__(arg)
#endif #endif