diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8526,6 +8526,8 @@ finish: break; case NUM: case BGNUM: + format(out, lit("~s"), obj, nao); + break; case FLNUM: { val fmt = cdr(lookup_var(nil, print_flo_format_s)); |