Johannes Sixt <j6t@xxxxxxxx> writes: > Am 24.01.2016 um 11:56 schrieb Johannes Schindelin: >> $ grep -w isalpha /mingw32/i686-w64-mingw32/include/*.h >> /mingw32/i686-w64-mingw32/include/ctype.h: _CRTIMP int __cdecl isalpha(int _C); >> /mingw32/i686-w64-mingw32/include/ctype.h:#define __iscsymf(_c) (isalpha(_c) || ((_c)=='_')) >> >> I guess that definition gets pulled in somehow. > > Ok, then, Junio, kindly replace js/dirname-basename~4 with this patch. > (I hope I get the patch headers right for git-am.) Thanks for following it through. If they are already in 'next', we'd want an incremental fixup, though. ... goes and looks ... Yeah, unfortunately that is already in 'next'; could you make this into an incremental, which would come with its own log message that explains why the inlining was wrong? Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html