Silence Bison deprecation warnings
Joe Conway <mail@joeconway.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| config/programs.m4 | modified | +8 −0 |
| configure | modified | +8 −0 |
Discussion
- Compiler warnings 13 messages · 2016-11-29 → 2017-01-02