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
 #define NORETURN __attribute__((__noreturn__))
 #else
 #define NORETURN
-#endif
-
 #ifndef __attribute__
-#define __attribute(x)
+#define __attribute__(x)
+#endif
 #endif
 
 /*