Remove reinvention of stringify macro.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cd6baed78150e107eb858dbd53ddf900dd429f50
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-04-02T23:19:16Z
Releases: 10.0
Remove reinvention of stringify macro.

We already have CppAsString2, there's no need for the MSVC support to
re-invent a macro to do that (and especially not to inject it in as
ugly a way as this).

Discussion: https://postgr.es/m/CADkLM=c+hm2rc0tkKgC-ZgrLttHT2KkfppE+BC-=i-xj+7V-TQ@mail.gmail.com

Files

PathChange+/−
src/tools/msvc/Solution.pm modified +1 −1

Discussion