ctype.c: protect tiny C preprocessor constants
commitc67b1fa349cc7b4341b32b9ef1c58a3821ce0830
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Aug 2008 23:14:22 +0000 (27 16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Aug 2008 23:14:22 +0000 (27 16:14 -0700)
tree5f7f341bbc7f97d63cbd04dc4686ca34789241e5
parent0c68d386da710940a22712b8f3539f7e73ba1b8f
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>
ctype.c