From: Mark Wooding Date: Wed, 14 Oct 2015 09:55:56 +0000 (+0100) Subject: math/mptext.c: Reformat and refactor output functions. X-Git-Tag: 2.2.1~7 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/626cd971624f0804d7b0ddada5168553c955aa64?hp=626cd971624f0804d7b0ddada5168553c955aa64 math/mptext.c: Reformat and refactor output functions. * Some layout fiddling. * Move some block-local variable declarations to the function head. * Split `digit_char' out as a separate function, seeing as it's used three times. * Rename the individual functions with a `write_...' prefix. A corresponding (more invasive) refactoring of the input function will have similar names, so avoid the obvious conflict. ---