diff th_printf.c @ 533:ef0d732fabe0

Disable floating point printf implementation tests as the support is not there.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Dec 2019 13:31:19 +0200
parents f43c961cc85d
children ab23d3b3e749
line wrap: on
line diff
--- a/th_printf.c	Sat Dec 28 13:29:59 2019 +0200
+++ b/th_printf.c	Sat Dec 28 13:31:19 2019 +0200
@@ -288,7 +288,7 @@
 }
 
 
-#ifdef WIP_FLOAT_SUPPORT
+#ifdef TH_WIP_FLOAT_SUPPORT
 int th_vprintf_put_float(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
     va_list ap, int f_flags, int f_width, int f_prec)
 {
@@ -474,7 +474,7 @@
                         goto out;
                     break;
 
-#ifdef WIP_FLOAT_SUPPORT
+#ifdef TH_WIP_FLOAT_SUPPORT
                 case 'f':
                 case 'F':
                     if ((ret = th_vprintf_put_float(ctx, vputch, ap,