commit | 75ea6911d64bbe1b202eed61eda3ebaa4d76cb99 | [log] [tgz] |
---|---|---|
author | Jason Riedy <ejr@cs.berkeley.edu> | Thu Aug 18 21:10:08 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Aug 18 21:55:46 2005 -0700 |
tree | 075843bf3096539adaca4373c3e42fd5fb54273e | |
parent | a8055f8a8ed10a6d3272382f38a0808427ab4921 [diff] [blame] |
[PATCH] Spell __attribute__ correctly in cache.h. 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>
diff --git a/cache.h b/cache.h index 742378f..9964667 100644 --- a/cache.h +++ b/cache.h
@@ -41,7 +41,7 @@ #endif #ifndef __attribute__ -#define __attribute(x) +#define __attribute__(x) #endif /*