Silence -Wmissing-variable-declarations in headerscheck. Newer gcc versions will emit warnings about missing extern declarations if certain header files are compiled by themselves. Add the "extern" declarations needed to quiet that.
Author: Tom Lane <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8722e7965fd24bf94c278fb86cab99d0c5360532 Modified Files -------------- src/interfaces/ecpg/test/expected/preproc-strings.c | 15 ++++++++++++++- src/interfaces/ecpg/test/preproc/strings.h | 10 ++++++++++ src/tools/gen_keywordlist.pl | 11 ++++++++++- 3 files changed, 34 insertions(+), 2 deletions(-)
