stdint: avoid HP-UX 10.20 preprocessor bug
authorEric Blake <eblake@redhat.com>
Fri, 24 Dec 2010 20:39:50 +0000 (13:39 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 24 Dec 2010 20:39:50 +0000 (13:39 -0700)
commit7c98a69028588fa133a9ea1b1fdae8e121b06f9d
tree49d1ced6c6e50654b2e055a5e47ff9dff80b9f61
parentef974c7b427cfd907f960ac68f598ad1f712353f
stdint: avoid HP-UX 10.20 preprocessor bug

* lib/stdint.in.h (INT64_MAX, UINT64_MAX): Check via #ifdef rather
than #if.
* tests/test-floor2.c (main): Likewise.
Reported by Peter O'Gorman.

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