author | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Aug 2008 23:14:22 +0000 (16:14 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Aug 2008 23:14:22 +0000 (16:14 -0700) | ||
commit | c67b1fa349cc7b4341b32b9ef1c58a3821ce0830 | |
tree | 5f7f341bbc7f97d63cbd04dc4686ca34789241e5 | tree | snapshot |
parent | 0c68d386da710940a22712b8f3539f7e73ba1b8f | commit | diff |
ctype.c: protect tiny C preprocessor constants
Some platforms contaminate the preprocessor token namespace with their own
definition of SS without being asked. Avoid getting hit by redefinition
warning messages by explicitly undef SS, AA and DD shorthand we use in this
table definition.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some platforms contaminate the preprocessor token namespace with their own
definition of SS without being asked. Avoid getting hit by redefinition
warning messages by explicitly undef SS, AA and DD shorthand we use in this
table definition.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c | diff | blob | history |