stdint: allow test to pass with C++
authorEric Blake <eblake@redhat.com>
Fri, 16 Apr 2010 20:11:08 +0000 (14:11 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 16 Apr 2010 21:40:01 +0000 (15:40 -0600)
commitfb4c917f856c580b7bd78779b5f8501918fe1690
tree0321955b10751315d29b8c6242d935167169ab13
parente7b3c4c773c4475324b15587b3d89ce227698d7c
stdint: allow test to pass with C++

__STDC_LIMIT_MACROS is only half the battle.

* tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
tests/test-stdint.c