diff options
-rw-r--r-- | ctype.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |