it's __GNUC__ not __GCC__
authorMatthias Braun <matze@braunis.de>
Fri, 16 Nov 2007 23:16:03 +0000 (23:16 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 16 Nov 2007 23:16:03 +0000 (23:16 +0000)
[r18428]

config.h

index c111953..89f3474 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
 #define INLINE inline
 
-#ifndef __GCC__
+#ifndef __GNUC__
 #define __attribute__(x)
 #endif