Sync with 1.7.11.7
[git.git] / git-compat-util.h
index 5bd9ad7d2a23773b1410ded9f4f241ebe4d4da00..35b095e8ae989ae02228f814528b43d5bd026aab 100644 (file)
 #endif
 #endif
 
+/* used on Mac OS X */
+#ifdef PRECOMPOSE_UNICODE
+#include "compat/precompose_utf8.h"
+#else
+#define precompose_str(in,i_nfd2nfc)
+#define precompose_argv(c,v)
+#define probe_utf8_pathname_composition(a,b)
+#endif
+
 #ifndef NO_LIBGEN_H
 #include <libgen.h>
 #else