mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
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.
7.8 KiB
7.8 KiB