]> git.draconx.ca Git - cdecl99.git/commit
cdecl99: Combine some printing calls.
authorNick Bowler <nbowler@draconx.ca>
Tue, 19 Dec 2023 13:31:23 +0000 (08:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 19 Dec 2023 14:32:46 +0000 (09:32 -0500)
commit108b2ebc0200fbc6218ca5165c25eea4e7890ac6
treec929d44dac09bd92239412c01e0d02906dd08de1
parentf07524546af1e340996d35f20fd1803e68756c02
cdecl99: Combine some printing calls.

Replace some occurrences of multiple consecutive calls to printing
functions with a single equivalent printf, in cases where doing so
reduces the size of gcc output.
src/cdecl99.c