Sync up some inconsistent comments in config/c-compiler.m4.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Apr 2020 19:27:43 +0000 (15:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Apr 2020 19:27:43 +0000 (15:27 -0400)
commit748507c780a39c8e31276bf29dd18d7b32a91b34
treead27edc233496e19c463692748eb75ce602bd96f
parent791090bd775b6a2b488ae2078c8479fcd3324a2c
Sync up some inconsistent comments in config/c-compiler.m4.

Make header/trailer comments agree with the actual names of some macros.
These seem like legit names in earlier iterations of respective patches
(commit b779168ff "Detect PG_PRINTF_ATTRIBUTE automatically." and
commit 6869b4f25 "Add C++ support to configure.") but the macro had
been renamed out of sync with the header / trailer comment in the final
committed patch.

Even more nitpickily, make the dashed underlines agree with the lengths
of the macro names everyplace.  There doesn't seem to have been any
meeting of the minds previously on whether those should match or not,
but at least some people have been trying to make 'em match.

Jesse Zhang, Tom Lane

Discussion: https://postgr.es/m/CAGf+fX7DDyq6WfCy6X_KtD28MkbNBE6NkRi26fSf25dfUwX0zw@mail.gmail.com
config/c-compiler.m4