diff options
Diffstat (limited to 'math/test-float.h')
-rw-r--r-- | math/test-float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/test-float.h b/math/test-float.h index 9bb3b84651..4f9149f89c 100644 --- a/math/test-float.h +++ b/math/test-float.h @@ -26,4 +26,6 @@ #define PREFIX FLT #define TYPE_STR "float" #define LIT(x) (x ## f) +/* Use the double variants of macro constants. */ +#define LITM(x) x #define FTOSTR snprintf |