mirror of
https://github.com/postgres/postgres.git
synced 2025-11-29 23:43:17 +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.
430 KiB
Executable File
430 KiB
Executable File