projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8055f8
)
[PATCH] Spell __attribute__ correctly in cache.h.
author
Jason Riedy
<ejr@cs.berkeley.edu>
Fri, 19 Aug 2005 04:10:08 +0000
(21:10 -0700)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/cache.h
b/cache.h
index
742378f
..
9964667
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-41,7
+41,7
@@
#endif
#ifndef __attribute__
-#define __attribute(x)
+#define __attribute
__
(x)
#endif
/*