Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rationalize output selection in rev-parse.
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 742378f40ffb3746c72af7e470c94fe9735ca0a4..ba5c4ab7eea18ac4782d5f31a80330f8b487f1b0 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-38,10
+38,9
@@
#define NORETURN __attribute__((__noreturn__))
#else
#define NORETURN
-#endif
-
#ifndef __attribute__
-#define __attribute(x)
+#define __attribute__(x)
+#endif
#endif
/*