In makedef.pl, consolidate all the C compiler flags parsing code.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jul 2011 12:04:53 +0000 (14:04 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:57 +0000 (11:53 +0200)
commitc1b34f5f97867eb890e535d297dd284487aef5b4
tree04a666655ddcb203b9a76f79e9c426c05694939f
parent208d7614b345d1fbee3347436a4ce3868b50efbd
In makedef.pl, consolidate all the C compiler flags parsing code.

This isn't quite a "pure" refactoring, as -Dfoo=bar read from %Config will
now be processed as $Config{foo} = 'bar'; instead of $Config{foo} = 1;
However, it won't change any behaviour, as the only time makedef.pl uses a
value of %define for anything other than a truth test is $define{PERL_DLL},
and that is passed in on the command-line by the Makefile invoking
makedef.pl
makedef.pl