Make CppAsString2() more visible in c.h.

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

Commit: 9cfc4deeb9e6bd8162bd85dce5809d4d7aea2b66
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-03-10T00:19:25Z
Releases: 10.0
Make CppAsString2() more visible in c.h.

For some reason this standard C string-processing hack was buried in an
NLS-related section of c.h.  Put it beside CppAsString() so that people
are more likely to find it and not be tempted to reinvent local copies,
as I nearly did.  And provide a more helpful comment, too.

Files

PathChange+/−
src/include/c.h modified +3 −4