-
Committer:
Matthew Fuller
-
Date:
2017-06-19 09:18:35 UTC
-
mto:
This revision was merged to the branch mainline in
revision
598.
-
Revision ID:
fullermd@over-yonder.net-20170619091835-126y5srhjoitchrs
The whole Mk{Def,Num} dance is pointless; those exist purely to
s[n]printf() into a static buffer (with size checking), and then hand
that buffer back to be fputs()'d. Just use fprintf() in the first
place and skip all the pointless extra steps.