summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Jason Riedy <ejr@cs.berkeley.edu>2005-08-18 21:10:08 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-18 21:55:46 -0700
commit75ea6911d64bbe1b202eed61eda3ebaa4d76cb99 (patch)
tree075843bf3096539adaca4373c3e42fd5fb54273e
parentAlso make git-rebase-script stricter about dirty working tree. (diff)
downloadtgif-75ea6911d64bbe1b202eed61eda3ebaa4d76cb99.tar.xz
[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>
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 742378f40f..996466795f 100644
--- a/cache.h
+++ b/cache.h
@@ -41,7 +41,7 @@
#endif
#ifndef __attribute__
-#define __attribute(x)
+#define __attribute__(x)
#endif
/*