about summary refs log tree commit diff
path: root/sysdeps/generic/math-type-macros-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math-type-macros-float.h')
-rw-r--r--sysdeps/generic/math-type-macros-float.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/generic/math-type-macros-float.h b/sysdeps/generic/math-type-macros-float.h
index 5ee0ec3d02..3299abccf5 100644
--- a/sysdeps/generic/math-type-macros-float.h
+++ b/sysdeps/generic/math-type-macros-float.h
@@ -27,9 +27,8 @@
 #define M_STRTO_NAN __strtof_nan
 #define M_USE_BUILTIN(c) USE_ ##c ##F_BUILTIN
 
-/* Standard/GNU macro literals do not exist for the float type.  Use
-   the double macro constants.  */
-#define M_MLIT(c) c
+/* GNU extension float constant macros.  */
+#define M_MLIT(c) c ## f
 
 #include <libm-alias-float.h>
 #include <math-nan-payload-float.h>