t: wrap complicated expect_code users in a block
[gitweb.git] / git-compat-util.h
index 35b3fe0b3be6097bc98516a0469b25c1338fdbca..a3095be962c04d5b55c54ec39c6c3e6989372c36 100644 (file)
@@ -872,4 +872,8 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
 #define gmtime_r git_gmtime_r
 #endif
 
+#if !defined(USE_PARENS_AROUND_GETTEXT_N) && defined(__GNUC__)
+#define USE_PARENS_AROUND_GETTEXT_N 1
+#endif
+
 #endif