diff options
Diffstat (limited to 'stdlib/tst-strfrom.h')
-rw-r--r-- | stdlib/tst-strfrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strfrom.h b/stdlib/tst-strfrom.h index 31a6492..75be55f 100644 --- a/stdlib/tst-strfrom.h +++ b/stdlib/tst-strfrom.h @@ -36,7 +36,7 @@ #define STRUCT_FOREACH_FLOAT_FTYPE GEN_TEST_STRTOD_FOREACH (FTYPE_MEMBER) #define ENTRY(FSUF, FTYPE, FTOSTR, LSUF, CSUF, ...) \ - CONCAT (__VA_ARGS__, CSUF), + CONCAT (__VA_ARGS__, LSUF), /* This is hacky way around the seemingly unavoidable macro * expansion of the INFINITY or HUGE_VAL like macros in the * above. It is assumed the compiler will implicitly convert |