Fix "git-diff-script A B"
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 742378f..ba5c4ab 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
 
 /*