I agree that it would be good, also for documentation purposes, to add the
#defines.
However, there is something ugly waiting for us: we often have
case '/':
and for Windows, this needs to add
case '\\':
Now, we could #define CASE_DIR_SEPARATOR, which expands to "case '/': case
'\\':" on Windows, but I am prepared to let Windows uglify our source code
only so far *does the famous imitation of Linus where he puts two finger
so close that you cannot see between them*.
Ciao,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html