X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ctype.c;h=d2bd38e9013cdf5c4ab15dbb1770e94e5d6ed2cb;hb=5a1e8707a6d9c7016a59d9987c1bc72ffe1252c8;hp=ee06eb7f48f1d3e818b3037369b4e056fe7e5be7;hpb=71e66ecf0f0be3bffedd2cbfb55cab97a747c4bb;p=git.git diff --git a/ctype.c b/ctype.c index ee06eb7f4..d2bd38e90 100644 --- a/ctype.c +++ b/ctype.c @@ -5,6 +5,11 @@ */ #include "cache.h" +/* Just so that no insane platform contaminate namespace with these symbols */ +#undef SS +#undef AA +#undef DD + #define SS GIT_SPACE #define AA GIT_ALPHA #define DD GIT_DIGIT