Use %a format for printf() for float constants on non-Windows platforms.

This commit is contained in:
Matt Pharr
2012-06-07 13:20:03 -07:00
parent f06caabb07
commit 6f0a2686dc

View File

@@ -16,6 +16,8 @@
#ifndef _MSC_VER
#include <inttypes.h>
#define HAVE_PRINTF_A 1
#define ENABLE_CBE_PRINTF_A 1
#endif
#ifndef PRIx64