From: Jason Riedy Date: Fri, 19 Aug 2005 04:10:08 +0000 (-0700) Subject: [PATCH] Spell __attribute__ correctly in cache.h. X-Git-Tag: v0.99.5~11^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=75ea6911d64bbe1b202eed61eda3ebaa4d76cb99;p=git.git [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 --- diff --git a/cache.h b/cache.h index 742378f4..99646679 100644 --- a/cache.h +++ b/cache.h @@ -41,7 +41,7 @@ #endif #ifndef __attribute__ -#define __attribute(x) +#define __attribute__(x) #endif /*