Code

[PATCH] Spell __attribute__ correctly in cache.h.
authorJason Riedy <ejr@cs.berkeley.edu>
Fri, 19 Aug 2005 04:10:08 +0000 (21:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 Aug 2005 04:55:46 +0000 (21:55 -0700)
Sun's cc doesn't know __attribute__.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h

diff --git a/cache.h b/cache.h
index 742378f40ffb3746c72af7e470c94fe9735ca0a4..996466795f65a115f2b6375391ff353114610d5e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef __attribute__
-#define __attribute(x)
+#define __attribute__(x)
 #endif
 
 /*