diff options
author | Tom Lane | 2019-08-19 18:22:56 +0000 |
---|---|---|
committer | Tom Lane | 2019-08-19 18:22:56 +0000 |
commit | 55ea109188474dae22d90f743d7189a8bdf94d49 (patch) | |
tree | e2733deaf9a64f398718324655b890bd0359cb88 /src/include/utils/selfuncs.h | |
parent | a12079109686e75c833b0b04925af8cb2fa011c0 (diff) |
Add "headerscheck" script to test header-file compilability under C.
We already had "cpluspluscheck", which served the dual purposes of
verifying that headers compile standalone and that they compile as C++.
However, C++ compilers don't have the exact same set of error conditions
as C compilers, so this doesn't really prove that a header will compile
standalone as C.
Hence, add a second script that's largely similar but runs the C
compiler not C++.
Also add a bit more documentation than the none-at-all we had before.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/utils/selfuncs.h')
0 files changed, 0 insertions, 0 deletions