]> granicus.if.org Git - postgresql/commit
Silence Bison deprecation warnings
authorJoe Conway <mail@joeconway.com>
Mon, 2 Jan 2017 21:51:32 +0000 (13:51 -0800)
committerJoe Conway <mail@joeconway.com>
Mon, 2 Jan 2017 21:51:32 +0000 (13:51 -0800)
commit3f9479603caca249fb3643871c24c6fa55a339b4
tree9271283f8ce158e7b94a394df10e91f08d64c686
parent49832227b2fad0e1137d535c3a1906813c8ebb31
Silence Bison deprecation warnings

Bison >=3.0 issues warnings about

    %name-prefix="base_yy"

instead of the now preferred

    %name-prefix "base_yy"

but the latter doesn't work with Bison 2.3 or less.  So for now we
silence the deprecation warnings.

Back-patch to 9.2 and 9.3 -- the newer branches already have this fix.

Author: Peter Eisentraut
Discussion: https://postgr.es/m/677.1483384145%40sss.pgh.pa.us
config/programs.m4
configure