diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-11-17 16:27:20 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-11-17 16:27:20 -0800 |
commit | a9b23a145709f2f8fac65964f363da3829ee6745 (patch) | |
tree | 6a43bce11de793be814ffe9589d20be3ae7b0dd8 /mpi/mpi.c | |
parent | ba889a439e4f7b5a2f03dc0dbd9795f079674fae (diff) | |
download | txr-a9b23a145709f2f8fac65964f363da3829ee6745.tar.gz txr-a9b23a145709f2f8fac65964f363da3829ee6745.tar.bz2 txr-a9b23a145709f2f8fac65964f363da3829ee6745.zip |
printer: no leading zeros in hex chars.
* lib.c (obj_print_impl): Drop the complicated logic for
printing a character as 2, 4 or 6 hex digits. All characters
that must print using the #\x notation are jus printed using
the ~X format specifier with no precision or leading zeros,
which will use just as many digits as are required.
Diffstat (limited to 'mpi/mpi.c')
0 files changed, 0 insertions, 0 deletions