In makedef.pl, consolidate the actual output code in one place.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Jul 2011 10:46:48 +0000 (12:46 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:55 +0000 (11:53 +0200)
commitd6035849b283331f7d70a49adddb6ffa7ee8cf3f
treeb5ce424ac9fe53d17f7e344b408b1cfea0bfaeec
parent430d15ed6b476e71ae667436d913e7259e00fd17
In makedef.pl, consolidate the actual output code in one place.

Previously, the platform specific header output code was near the top of
makedef.pl, before some of the emit/skip logic and some of the file reading
code, and far from the rest of the output logic.
makedef.pl