diff options
Diffstat (limited to 'src/stdlib/floatX.c.h')
| -rw-r--r-- | src/stdlib/floatX.c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/floatX.c.h b/src/stdlib/floatX.c.h index 0961631c..54477ee3 100644 --- a/src/stdlib/floatX.c.h +++ b/src/stdlib/floatX.c.h @@ -67,6 +67,7 @@ PUREFUNC int32_t NAMESPACED(compare)(const void *x, const void *y, const TypeInf #elif FLOATX_C_H__BITS == 32 public PUREFUNC Text_t NAMESPACED(value_as_text)(FLOAT_T x) { return Float64$value_as_text((double)x); } +public PUREFUNC Text_t NAMESPACED(as_text)(const void *x, bool colorize, const TypeInfo_t *info) { (void)info; if (!x) return Text(TYPE_STR); |
