-
- Downloads
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
This reverts commit 867363cb. It turns out that the %name-prefix syntax without "=" does not work at all in pre-2.4 Bison. We are not prepared to make such a large jump in minimum required Bison version just to suppress a warning message in a version hardly any developers are using yet. When 3.0 gets more popular, we'll figure out a way to deal with this. In the meantime, BISONFLAGS=-Wno-deprecated is recommendable for anyone using 3.0 who doesn't want to see the warning.
Showing
- contrib/cube/cubeparse.y 1 addition, 1 deletioncontrib/cube/cubeparse.y
- contrib/seg/segparse.y 1 addition, 1 deletioncontrib/seg/segparse.y
- src/backend/bootstrap/bootparse.y 1 addition, 1 deletionsrc/backend/bootstrap/bootparse.y
- src/backend/parser/gram.y 1 addition, 1 deletionsrc/backend/parser/gram.y
- src/backend/replication/repl_gram.y 1 addition, 1 deletionsrc/backend/replication/repl_gram.y
- src/interfaces/ecpg/preproc/ecpg.header 1 addition, 1 deletionsrc/interfaces/ecpg/preproc/ecpg.header
- src/pl/plpgsql/src/gram.y 1 addition, 1 deletionsrc/pl/plpgsql/src/gram.y
- src/test/isolation/specparse.y 1 addition, 1 deletionsrc/test/isolation/specparse.y
Loading
Please register or sign in to comment