From 75ea6911d64bbe1b202eed61eda3ebaa4d76cb99 Mon Sep 17 00:00:00 2001 From: Jason Riedy Date: Thu, 18 Aug 2005 21:10:08 -0700 Subject: [PATCH] [PATCH] Spell __attribute__ correctly in cache.h. Sun's cc doesn't know __attribute__. Signed-off-by: Jason Riedy Signed-off-by: Junio C Hamano --- cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.h b/cache.h index 742378f40..996466795 100644 --- a/cache.h +++ b/cache.h @@ -41,7 +41,7 @@ #endif #ifndef __attribute__ -#define __attribute(x) +#define __attribute__(x) #endif /* -- 2.30.2